| 1 | network.host: "0.0.0.0" |
| 2 | node.name: "wazuh.indexer" |
| 3 | compatibility.override_main_response_version: true |
| 4 | cluster.initial_master_nodes: |
| 5 | - "wazuh.indexer" |
| 6 | cluster.name: "wazuh-cluster" |
| 7 | discovery.seed_hosts: |
| 8 | - "wazuh.indexer" |
| 9 | node.max_local_storage_nodes: "3" |
| 10 | path.data: /var/lib/wazuh-indexer |
| 11 | path.logs: /var/log/wazuh-indexer |
| 12 | |
| 13 | plugins.security.ssl.http.pemcert_filepath: /usr/share/wazuh-indexer/certs/wazuh.indexer.pem |
| 14 | plugins.security.ssl.http.pemkey_filepath: /usr/share/wazuh-indexer/certs/wazuh.indexer-key.pem |
| 15 | plugins.security.ssl.http.pemtrustedcas_filepath: /usr/share/wazuh-indexer/certs/root-ca.pem |
| 16 | plugins.security.ssl.transport.pemcert_filepath: /usr/share/wazuh-indexer/certs/wazuh.indexer.pem |
| 17 | plugins.security.ssl.transport.pemkey_filepath: /usr/share/wazuh-indexer/certs/wazuh.indexer-key.pem |
| 18 | plugins.security.ssl.transport.pemtrustedcas_filepath: /usr/share/wazuh-indexer/certs/root-ca.pem |
| 19 | plugins.security.ssl.http.enabled: true |
| 20 | plugins.security.ssl.transport.enforce_hostname_verification: false |
| 21 | plugins.security.ssl.transport.resolve_hostname: false |
| 22 | |
| 23 | plugins.security.authcz.admin_dn: |
| 24 | - "CN=admin,OU=Wazuh,O=Wazuh,L=California,C=US" |
| 25 | plugins.security.nodes_dn: |
| 26 | - "CN=wazuh.indexer,OU=Wazuh,O=Wazuh,L=California,C=US" |
| 27 | plugins.security.restapi.roles_enabled: |
| 28 | - "all_access" |
| 29 | - "security_rest_api_access" |
| 30 | plugins.security.allow_default_init_securityindex: true |
| 31 | plugins.security.check_snapshot_restore_write_privileges: true |
| 32 | plugins.security.enable_snapshot_restore_privilege: true |