feat(logs): make it so rule logs-setup isn't necessary

This commit is contained in:
Maieul BOYER 2025-11-14 17:58:45 +01:00
parent 3ef811b334
commit 8dd0a74046
No known key found for this signature in database
9 changed files with 49 additions and 11 deletions

View file

@ -249,9 +249,11 @@ services:
- ES_JAVA_OPTS=-Xms512m -Xmx512m
- ELASTIC_PASSWORD=${ELASTIC_PASSWORD}
volumes:
- ./logs/elasticsearch/data:/usr/share/elasticsearch/data
- elastic-data:/usr/share/elasticsearch/data
- ./logs/elasticsearch:/setup
ports:
- "9200:9200"
command: ["/setup/bootstrap.sh"]
restart: unless-stopped
logstash:
@ -281,6 +283,9 @@ services:
- ELASTIC_PASSWORD=${ELASTIC_PASSWORD}
ports:
- "5601:5601"
volumes:
- ./logs/kibana:/setup
command: ["/setup/bootstrap.sh"]
restart: unless-stopped
volumes:
@ -288,3 +293,4 @@ volumes:
sqlite-volume:
static-volume:
grafana-data:
elastic-data: