[2020-09-11T00:54:06,314][ERROR][logstash.javapipeline ][main][78a6e46a2c13fb0ccd23ce773eec1433e1fc2658f10c18c6a5310b8d2245862d] A plugin had an unrecoverable error. Will restart this plugin.
Error: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Exception: Manticore::ClientProtocolException
About your error - looks like the issue with the communication. Accordingly to the documentation there should specified that communication is done over ssl - Elasticsearch input plugin.
@stmx38 Thanks a lot …I will try as you suggested…
Just one more question is there any difference between in api(specially bulk update and update by query) of Elasticsearch and opendistro .Does both have exactly same sets of API.
Actually we need to replace ELK with opendistro so that’s why we need to know this.
OD uses Elasticsearch OSS - it should be the same Elasticsearch but just with free components and with same API. OD just add some additional functionality using plugins