I have osquery installed on my agents and enabled within my manager config, but I do not see the module present. Any advice on how to resolve is appreciated!
<!-- Osquery integration -->
<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>yes</add_labels>
<pack name="custom_pack">/path/to/custom_pack.conf</pack>
</wodle>