Hello,
I'm trying to use env var in my conf file
elasticsearch{ ... hosts => ${ES_HOST} }
My var contains host:port type value, ie localhost:9200
Got this error
ERROR logstash.agent - Cannot load an invalid configuration {:reason=>"bad URI(is not URI?):
Thanks for your help