Julian Scala
10/29/2020, 6:45 PM--config_endpoint
.
Does anyone has the response payload I need to respond to the daemon? I want to pass flags to the daemon and the docs only show how to schedule queries.{
"decorators": {
"load": [
"SELECT uuid AS host_uuid FROM system_info;",
"SELECT hostname AS hostname FROM system_info;"
]
},
"schedule": {
"0002_all_os_version": {
"query": "SELECT name FROM programs;",
"interval": 10
},
"options": {
"pack_delimiter": "/",
"buffered_log_max": 1,
"distributed_tls_max_attempts": 10,
"logger_tls_period": 10
}
}
}
zwass