Hello everyone,
I recently maj my logstash to the latest version (version 1.x to 2.3.1).
My configuration is :
output { stdout { codec => rubydebug } elasticsearch { cluster my_cluster_name} }
So, i have the error :
Unknown setting 'cluster' for elasticsearch {:level=>:error}
I read this documentation, but i dont find how i can indicate my cluster name ?
Thank you