This commit is contained in:
ai-dev
2025-09-21 23:38:26 +02:00
parent 4c55afbc92
commit e8098221d8
10 changed files with 119 additions and 134 deletions

View File

@@ -0,0 +1,17 @@
cluster.name: ${CLUSTER_NAME}
node.name: ${NODE_NAME}
node.roles: [${NODE_ROLE}]
path.data: /usr/share/opensearch/data
path.logs: /usr/share/opensearch/logs
network.host: 0.0.0.0
http.port: ${HTTP_PORT}
transport.port: ${TRANSPORT_PORT}
discovery.seed_hosts: [${DISCOVERY_SEEDS}]
cluster.initial_master_nodes: [${INITIAL_MASTERS}]
plugins.security.disabled: ${SECURITY_ENABLED}
action.auto_create_index: true