Skip to content

Commit

Permalink
Clarify Env Variable usage for list-type URI params (#15345)
Browse files Browse the repository at this point in the history
Clarify Env Variable usage for list-type URI params
  • Loading branch information
roaksoax authored Sep 27, 2023
1 parent 12a9825 commit ad3b89a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/static/env-vars.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
* You can give a default value by using the form `${var:default value}`. Logstash uses the default value if the
environment variable is undefined.
* You can add environment variable references in any plugin option type: string, number, boolean, array, or hash.
* Environment variables for list-type URI parameters can support lists of space-delimited values. Currently, other non-URI based options do not support lists of values. See <<plugin-concepts>>
* Environment variables are immutable. If you update the environment variable, you'll have to restart Logstash to pick up the updated value.

==== Examples
Expand Down

0 comments on commit ad3b89a

Please sign in to comment.