cluster: name: ${CLUSTER_NAME} initial_master_nodes: ${CLUSTER_INITIAL_MASTER_NODES} node: master: ${NODE_MASTER} data: ${NODE_DATA} name: ${NODE_NAME} ingest: ${NODE_INGEST} max_local_storage_nodes: ${MAX_LOCAL_STORAGE_NODES} network.host: ${NETWORK_HOST} path: data: /data/data logs: /data/log repo: ${PATH_REPO} #bootstrap.memory_lock: true http: compression: true cors: enabled: ${HTTP_CORS_ENABLE} allow-origin: ${HTTP_CORS_ALLOW_ORIGIN} discovery: seed_hosts: ${DISCOVERY_SERVICE} searchguard: ssl.transport: enabled: ${HTTP_SSL} enable_openssl_if_available: false keystore_type: ${KEYSTORE_TYPE} keystore_filepath: ${KEYSTORE_FILEPATH} keystore_password: ${KS_PWD} truststore_type: ${TRUSTSTORE_TYPE} truststore_filepath: ${TRUSTSTORE_FILEPATH} truststore_password: ${TS_PWD} enforce_hostname_verification: false ssl.http: enabled: true clientauth_mode: OPTIONAL enable_openssl_if_available: true keystore_type: ${KEYSTORE_TYPE} keystore_filepath: ${KEYSTORE_FILEPATH} keystore_password: ${KS_PWD} truststore_type: ${TRUSTSTORE_TYPE} truststore_filepath: ${TRUSTSTORE_FILEPATH} truststore_password: ${TS_PWD} authcz.admin_dn: - "${AUTH_ADMIN_DN}" enterprise_modules_enabled: false