Hi
I want define queries in wazuh manager server NOT in agents
I want to define queries in :
/etc/osquery/osquery.conf
Or
/path/to/custom_pack.conf
In filesystem of wauzh manager server
But for wodle osquery i should define queries in
etc/osquery/osquery.conf
Or
/path/to/custom_pack.conf
In filesystem of wazuh agent endpoint
<wodle name="osquery">
<disabled>no</disabled>
<run_daemon>yes</run_daemon>
<bin_path>/usr/bin</bin_path>
<log_path>/var/log/osquery/osqueryd.results.log</log_path>
<config_path>/etc/osquery/osquery.conf</config_path>
<add_labels>no</add_labels>
<pack name="custom_pack">/path/to/custom_pack.conf</pack>
</wodle>
Paths like /etc/osquery/osquery.con in wodle are in agent that osquery is installed in it NOT in wazuh manager
If I am saying wrong, please tell me the correct configuration so that I can put the queries in the wazuh manager server
Javier Bejar در تاریخ جمعه ۲۹ دسامبر ۲۰۲۳ ساعت ۱۴:۵۷:۵۶ (UTC+3:30) نوشت: