Hi,
I am using elasticsearch 5.0 and trying to send the data from logstash into elasticsearch from different servers , but I am unable to connect the elasticsearch from other servers ?
I am added the below setting into elasticsearch.yml
http.cors.enabled: true
http.cors.allow-origin: "*"
But still not luck , logstash showing an error that
Attempted to send a bulk request to elasticsearch, but no there are no living connections in the connection pool. Perhaps Elasticsearch is unreachable or down? {:error_message=>"No Available connections
any idea what are the settings in elastisearch.yml for the same ?
Thanks,
Navneet