indexer
Configure these options to forward inventory data to the Wazuh indexer.
Options
enabled
Enables forwarding inventory data to the Wazuh indexer.
Default |
|
Allowed values |
|
hosts
Wazuh indexer nodes to connect to. Use the host
option for setting up each node connection.
host
Wazuh indexer node URL or IP address to connect to. For example, http://172.16.1.11
or 192.168.3.2:9230
.
Default |
|
Allowed values |
Any valid URL or IP address |
ssl
Configuration options for the SSL parameters.
certificate
The end-entity (leaf) certificate.
Default value |
|
Allowed values |
Any valid file path |
key
The certificate key used for authentication.
Default value |
|
Allowed values |
Any valid file path |
Configuration example
<indexer>
<enabled>yes</enabled>
<hosts>
<host>https://0.0.0.0:9200</host>
</hosts>
<ssl>
<certificate_authorities>
<ca>/etc/filebeat/certs/root-ca.pem</ca>
</certificate_authorities>
<certificate>/etc/filebeat/certs/filebeat.pem</certificate>
<key>/etc/filebeat/certs/filebeat-key.pem</key>
</ssl>
</indexer>