mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
.. | ||
.gitignore | ||
queries.txt | ||
README.md | ||
test-tables.sh |
Tools for testing osquery
Testing queries
Use test-tables.sh to run an entire set of queries, outputting the results. This script will automatically read the queries from the input path provided (see queries.txt for an example), and output results to stdout. It is likely useful to pipe the output to a text file, as in:
./test-tables.sh queries.txt > results.txt