Created
July 14, 2019 13:40
-
-
Save yellow1912/d09f1775c909cf89f01c078105768248 to your computer and use it in GitHub Desktop.
custom elasticsearch config for open distro
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
opendistro_security.ssl.transport.pemcert_filepath: esnode.pem | |
opendistro_security.ssl.transport.pemkey_filepath: esnode-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: esnode.pem | |
opendistro_security.ssl.http.pemkey_filepath: esnode-key.pem | |
opendistro_security.ssl.http.pemtrustedcas_filepath: root-ca.pem | |
opendistro_security.allow_unsafe_democertificates: true | |
opendistro_security.allow_default_init_securityindex: true | |
opendistro_security.authcz.admin_dn: | |
- "CN=Blah,O=Blah,L=Blah,ST=Blah,C=us" | |
opendistro_security.nodes_dn: | |
- "CN=Blah,O=Blah,L=Blah,ST=Blah,C=us" | |
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment