fleet/tools/osquery-testing
2022-08-17 14:36:17 -04:00
..
.gitignore Add script for testing osquery tables (#7264) 2022-08-17 14:36:17 -04:00
queries.txt Add script for testing osquery tables (#7264) 2022-08-17 14:36:17 -04:00
README.md Add script for testing osquery tables (#7264) 2022-08-17 14:36:17 -04:00
test-tables.sh Add script for testing osquery tables (#7264) 2022-08-17 14:36:17 -04:00

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