mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 18:08:53 +00:00
adding a useful example query to the config
This commit is contained in:
parent
8d2f5b07d8
commit
f28d4ae6a1
@ -1,9 +1,9 @@
|
||||
{
|
||||
"scheduledQueries": [
|
||||
{
|
||||
"name": "file_in_bin",
|
||||
"query": "SELECT filename FROM fs WHERE path = '/bin';",
|
||||
"interval": 5
|
||||
"name": "time",
|
||||
"query": "SELECT * FROM time;",
|
||||
"interval": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user