Skip to content

Commit

Permalink
remove http.* in yml and docker.asciidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisecheng committed Oct 17, 2024
1 parent e59024c commit 7448365
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .buildkite/scripts/benchmark/config/filebeat.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
http.enabled: false
api.http.enabled: false
filebeat.inputs:
- type: log
symlinks: true
Expand Down
2 changes: 1 addition & 1 deletion docker/data/logstash/config/logstash-full.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
http.host: "0.0.0.0"
api.http.host: "0.0.0.0"
xpack.monitoring.elasticsearch.hosts: [ "http://elasticsearch:9200" ]
2 changes: 1 addition & 1 deletion docker/data/logstash/config/logstash-oss.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
http.host: "0.0.0.0"
api.http.host: "0.0.0.0"
2 changes: 1 addition & 1 deletion docs/static/docker.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ The following settings have different default values when using the Docker
images:

[horizontal]
`http.host`:: `0.0.0.0`
`api.http.host`:: `0.0.0.0`
`monitoring.elasticsearch.hosts`:: `http://elasticsearch:9200`

NOTE: The setting `monitoring.elasticsearch.hosts` is not
Expand Down

0 comments on commit 7448365

Please sign in to comment.