Remove database
[platform/core/security/vist.git] / tools / tests / test.config.d / osquery.conf
1 {
2   "schedule": {
3     "time_again": {"query": "select * from time;", "interval": 1}
4   },
5   "options":{
6     "custom_optionA" : "optiona-val",
7     "custom_optionB" : "optionb-val"
8   },
9   "additional_monitoring" : {
10     "other_thing" : {"element" : "key"}
11   }
12 }