mirror of
https://github.com/wazuh/wazuh-docker.git
synced 2025-10-23 04:51:57 +00:00
23 lines
1.2 KiB
YAML
23 lines
1.2 KiB
YAML
network.host: 0.0.0.0
|
|
opendistro_security.ssl.transport.pemcert_filepath: node.pem
|
|
opendistro_security.ssl.transport.pemkey_filepath: node-key.pem
|
|
opendistro_security.ssl.transport.pemtrustedcas_filepath: root-ca.pem
|
|
opendistro_security.ssl.transport.enforce_hostname_verification: false
|
|
opendistro_security.ssl.http.enabled: true
|
|
opendistro_security.ssl.http.pemcert_filepath: node.pem
|
|
opendistro_security.ssl.http.pemkey_filepath: node-key.pem
|
|
opendistro_security.ssl.http.pemtrustedcas_filepath: root-ca.pem
|
|
opendistro_security.allow_default_init_securityindex: true
|
|
opendistro_security.authcz.admin_dn:
|
|
- CN=A,OU=UNIT,O=ORG,L=TORONTO,ST=ONTARIO,C=CA
|
|
opendistro_security.nodes_dn:
|
|
- 'CN=N,OU=UNIT,O=ORG,L=TORONTO,ST=ONTARIO,C=CA'
|
|
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
|
|
node.max_local_storage_nodes: 3
|
|
opendistro_security.audit.config.disabled_rest_categories: NONE
|
|
opendistro_security.audit.config.disabled_transport_categories: NONE
|
|
discovery.type: single-node |