Skip to content
Open
Changes from 1 commit
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
7 changes: 7 additions & 0 deletions docs/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,13 @@ 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.

This setting supports defining an environment variable `hosts => '${ES_HOSTS:}',
with multiple {logstash-ref}/plugin-concepts.html[whitespace-delimited URIs], e.g.:

```
ES_HOSTS="es1.example.com es2.example.com:9201 es3.example.com:9201"
```

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

Expand Down