Skip to content

Commit 41149a7

Browse files
committed
Fix environment variable for local logstash in serverless scenario
1 parent 1f84393 commit 41149a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/stack/_static/serverless-docker-compose.yml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ services:
4646
- "127.0.0.1:5044:5044"
4747
- "127.0.0.1:9600:9600"
4848
environment:
49-
- xpack.monitoring.enabled=false
49+
- XPACK_MONITORING_ENABLED=false
5050
- ELASTIC_USER={{ fact "username" }}
5151
- ELASTIC_PASSWORD={{ fact "password" }}
5252
- ELASTIC_HOSTS={{ fact "elasticsearch_host" }}

0 commit comments

Comments
 (0)