# ======================== Elasticsearch Configuration ========================= cluster.name: my-elastic node.name: node-1 network.host: elasticIP http.port: 9200 transport.tcp.port: 9300 xpack.security.enabled: false #xpack.monitoring.enabled: true searchguard.enterprise_modules_enabled: false searchguard.ssl.transport.pemcert_filepath: node1-03.pem searchguard.ssl.transport.pemkey_filepath: node1-03.key searchguard.ssl.transport.pemkey_password: changepass searchguard.ssl.transport.pemtrustedcas_filepath: root-ca.pem searchguard.ssl.transport.enforce_hostname_verification: false searchguard.ssl.transport.resolve_hostname: false searchguard.ssl.http.enabled: true searchguard.ssl.http.pemcert_filepath: node1-03_http.pem searchguard.ssl.http.pemkey_filepath: node1-03_http.key searchguard.ssl.http.pemkey_password: keppass searchguard.ssl.http.pemtrustedcas_filepath: root-ca.pem searchguard.nodes_dn: #- CN=*.hls.dxc.com,OU=Ops,O=hls.dxc Com\, Inc.,DC=hls.dxc.com,DC=com - CN=node1-03.hlx.dxc.com,OU=Ops,O=hls.dxc Com\, Inc.,DC=hls.dxc.com,DC=com searchguard.authcz.admin_dn: - CN=beats.hls.dxc.com,OU=Ops,O=hls.dxc Com\, Inc.,DC=hls.dxc.com,DC=com