Skip to content

Commit

Permalink
Merge pull request #4 from palantir/fix_windows_interval
Browse files Browse the repository at this point in the history
Fixing interval in Windows osquery.conf
  • Loading branch information
clong committed Feb 20, 2018
2 parents a1e7366 + 910f2bf commit 81ee803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Endpoints/Windows/osquery.conf
Expand Up @@ -13,7 +13,7 @@
},
"certificates_snapshot": {
"query": "SELECT * FROM certificates WHERE path != 'Other People';",
"interval": 86400,
"interval": 28800,
"description": "List all certificates in the trust store (snapshot query)",
"snapshot": true
},
Expand Down

0 comments on commit 81ee803

Please sign in to comment.