Skip to content
Open
Changes from 5 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
10 changes: 10 additions & 0 deletions docs/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,16 @@ should reference only data or client nodes in Elasticsearch.
Any special characters present in the URLs here MUST be URL escaped! This means
`#` should be put in as `%23` for instance.

When using Logstash 7.9+, this setting supports defining an environment variable
`hosts => '${S}'` with multiple {logstash-ref}/plugin-concepts.html#space-delimited-uris-in-list-params[whitespace-delimited URIs]:

Examples:

`ES_HOSTS="es1.example.com es2.example.com:9201 es3.example.com:9201"`
`ES_HOSTS="127.0.0.1:9200 127.0.0.2:9200"`
`ES_HOSTS="http://127.0.0.1 http://127.0.0.2"`
`ES_HOSTS="https://127.0.0.1:9200/mypath https://127.0.0.2:9200/mypath"`

[id="plugins-{type}s-{plugin}-http_compression"]
===== `http_compression`

Expand Down