We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 610550e commit 2756b6dCopy full SHA for 2756b6d
docs/index.asciidoc
@@ -267,6 +267,17 @@ fields => {
267
268
List of elasticsearch hosts to use for querying.
269
270
+This option can accept an environment variable containing one or more hostnames separated by whitespace.
271
+Strings separated by whitespace are treated as separate entries.
272
+
273
+*Examples:*
274
275
+* `ES_HOSTS="es1.example.com es2.example.com:9201 es3.example.com:9201"`
276
+* `ES_HOSTS="127.0.0.1:9200 127.0.0.2:9200"`
277
+* `ES_HOSTS="http://127.0.0.1 http://127.0.0.2"`
278
+* `ES_HOSTS="https://127.0.0.1:9200/mypath https://127.0.0.2:9200/mypath"`
279
280
281
[id="plugins-{type}s-{plugin}-index"]
282
===== `index`
283
0 commit comments