<How to collect data from one host osquery agent t...
# community-feeds
r
How to collect data from one host osquery agent to cenral server? //hOST MACHINE configuraTION" { "options": { "distributed_plugin": "tls", "distributed_interval": "3600", "enroll_tls_endpoint" : "https://10.182.2.142/enroll", "tls_server_certs": "/opt/osquery/share/osquery/certs/certs.pem" "tls_hostname": "SERVER_IP", "config_plugin": "filesystem", "logger_plugin": "filesystem", } } //Server machine configuration { "options": { "distributed_server": "true", "distributed_plugin": "tls", "distributed_interval": "3600", "tls_server_certs":...