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.
this would allow using env vars to pass a list of hosts to the elasticsearch output.
Right now, setting an env var like ES_HOSTS="[ 'host1,host2' ]" will make the plugin fail as it tries to use the whole string as a single host.