Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix environment variable for local logstash in serverless scenario
  • Loading branch information
jsoriano committed Dec 30, 2024
commit 41149a7ca537454bfda0ba42b974d22f5d910a44
2 changes: 1 addition & 1 deletion internal/stack/_static/serverless-docker-compose.yml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ services:
- "127.0.0.1:5044:5044"
- "127.0.0.1:9600:9600"
environment:
- xpack.monitoring.enabled=false
- XPACK_MONITORING_ENABLED=false
- ELASTIC_USER={{ fact "username" }}
- ELASTIC_PASSWORD={{ fact "password" }}
- ELASTIC_HOSTS={{ fact "elasticsearch_host" }}
Expand Down