mirror of
https://github.com/elastic/logstash.git
synced 2025-04-25 07:07:54 -04:00
[DOCS] Update config steps for open X-Pack (#9674)
This commit is contained in:
parent
bc6e7c638d
commit
62875dbfd1
1 changed files with 3 additions and 7 deletions
10
docs/static/docker.asciidoc
vendored
10
docs/static/docker.asciidoc
vendored
|
@ -173,14 +173,10 @@ images:
|
||||||
|
|
||||||
[horizontal]
|
[horizontal]
|
||||||
`http.host`:: `0.0.0.0`
|
`http.host`:: `0.0.0.0`
|
||||||
`path.config`:: `/usr/share/logstash/pipeline`
|
|
||||||
|
|
||||||
In the `x-pack` image, the following additional defaults are also set:
|
|
||||||
|
|
||||||
[horizontal]
|
|
||||||
`xpack.monitoring.elasticsearch.url`:: `http://elasticsearch:9200`
|
`xpack.monitoring.elasticsearch.url`:: `http://elasticsearch:9200`
|
||||||
`xpack.monitoring.elasticsearch.username`:: `logstash_system`
|
|
||||||
`xpack.monitoring.elasticsearch.password`:: `changeme`
|
NOTE: The setting `xpack.monitoring.elasticsearch.url` is not
|
||||||
|
defined in the `-oss` image.
|
||||||
|
|
||||||
These settings are defined in the default `logstash.yml`. They can be overridden
|
These settings are defined in the default `logstash.yml`. They can be overridden
|
||||||
with a <<docker-bind-mount-settings,custom `logstash.yml`>> or via
|
with a <<docker-bind-mount-settings,custom `logstash.yml`>> or via
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue