config: Update 2 files
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 44s

This commit is contained in:
Your Name
2025-09-20 11:10:17 +12:00
parent e7ce7ec0c5
commit 4361958720
2 changed files with 2 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
# This file contains Logstash settings (not pipeline configuration)
# Node name
node.name: "${CONTAINER_NAME}_logstash"
node.name: "logstash"
# Pipeline settings
pipeline.workers: 2

View File

@@ -32,6 +32,7 @@ services:
- "LS_JAVA_OPTS=-Xms${LS_HEAP_SIZE:-1g} -Xmx${LS_HEAP_SIZE:-1g}"
- "xpack.monitoring.enabled=false"
- ELASTIC_PASSWORD=${ELASTIC_PASSWORD:-${KIBANA_PASSWORD:-changeme}}
- CONTAINER_NAME=${CONTAINER_NAME}
command: logstash -f /usr/share/logstash/config/logstash.conf
volumes:
- ${CONFIG_PATH}:/usr/share/logstash/config