Configure the Host Machine
{
"options": {
"config_plugin": "filesystem", // You can use other plugins as needed
"logger_plugin": "filesystem", // You can use other plugins as needed
"distributed_plugin": "tls", // Should match the server's plugin
"distributed_interval": "3600" // Should match the server's interval
}
"schedule":{
"user":{
*"query":"SELECT 'users' AS query_name, * from users;",*
"interval":"3600"
}},
"decorators":{
"load":[
"SELECT uuid AS host_uuid FROM system_info;",
"SELECT hostname FROM system_info;"
]
}
}