Skip to content

Commit

Permalink
docker-compose: remove xpack.apm_data.enabled (#13243)
Browse files Browse the repository at this point in the history
It's enabled by default now.
  • Loading branch information
axw committed May 28, 2024
1 parent e84a1ca commit 86c1026
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ services:
- "http.host=0.0.0.0"
- "cluster.routing.allocation.disk.threshold_enabled=false"
- "discovery.type=single-node"
- "xpack.apm_data.enabled=true"
- "xpack.security.authc.anonymous.roles=remote_monitoring_collector"
- "xpack.security.authc.realms.file.file1.order=0"
- "xpack.security.authc.realms.native.native1.order=1"
Expand Down

0 comments on commit 86c1026

Please sign in to comment.