mirror of
https://github.com/wazuh/wazuh-docker.git
synced 2025-11-01 20:43:35 +00:00
32 lines
1.6 KiB
YAML
32 lines
1.6 KiB
YAML
network.host: 0.0.0.0
|
|
cluster.name: wazuh-cluster
|
|
node.name: elasticsearch
|
|
discovery.seed_hosts: elasticsearch,elasticsearch-2,elasticsearch-3
|
|
cluster.initial_master_nodes: elasticsearch,elasticsearch-2,elasticsearch-3
|
|
bootstrap.memory_lock: true
|
|
|
|
opendistro_security.ssl.transport.pemcert_filepath: node1.pem
|
|
opendistro_security.ssl.transport.pemkey_filepath: node1.key
|
|
opendistro_security.ssl.transport.pemtrustedcas_filepath: root-ca.pem
|
|
opendistro_security.ssl.transport.enforce_hostname_verification: false
|
|
opendistro_security.ssl.transport.resolve_hostname: false
|
|
opendistro_security.ssl.http.enabled: true
|
|
opendistro_security.ssl.http.pemcert_filepath: node1.pem
|
|
opendistro_security.ssl.http.pemkey_filepath: node1.key
|
|
opendistro_security.ssl.http.pemtrustedcas_filepath: root-ca.pem
|
|
opendistro_security.allow_default_init_securityindex: true
|
|
opendistro_security.nodes_dn:
|
|
- 'CN=node1,OU=Ops,O=Example\, Inc.,DC=example,DC=com'
|
|
- 'CN=node2,OU=Ops,O=Example\, Inc.,DC=example,DC=com'
|
|
- 'CN=node3,OU=Ops,O=Example\, Inc.,DC=example,DC=com'
|
|
- 'CN=filebeat,OU=Ops,O=Example\, Inc.,DC=example,DC=com'
|
|
opendistro_security.authcz.admin_dn: []
|
|
opendistro_security.audit.type: internal_elasticsearch
|
|
opendistro_security.enable_snapshot_restore_privilege: true
|
|
opendistro_security.check_snapshot_restore_write_privileges: true
|
|
opendistro_security.restapi.roles_enabled: ["all_access", "security_rest_api_access"]
|
|
cluster.routing.allocation.disk.threshold_enabled: false
|
|
#opendistro_security.audit.config.disabled_rest_categories: NONE
|
|
#opendistro_security.audit.config.disabled_transport_categories: NONE
|
|
opendistro_security.audit.log_request_body: false
|