Elastic search filter plugin secured

Will elasticsearch filter plugin works with secured elasticsearch (SSL Enabled) in the latest version ??

I tried to connect with secured elasticsearch cluster(SSL).. but it's throwing the below error
for me..

Using Logstash 6.2 version

elasticsearch {
hosts => ["https://:"]
user => "elastic"
password => "changeme"
ssl => true
ca_file => ["*****"]
index => "autosuggest"
enable_sort=> "false"
query => "_id:%{[hashvalue]}"
fields => [["count","count"],["title","autosuggest_title"]]

}

[2018-03-15T10:23:12,283][WARN ][logstash.filters.elasticsearch] Failed to query elasticsearch for previous event {:index=>"autosuggestactivities", :query=>"_id:6210c0bf05396716df932f0729df69de0533933e5ad9871fd07b61811c4c28df", :event=>#<LogStash::Event:0x619f6e38>, :error=>#<Faraday::ConnectionFailed>}

Help!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.