Closed rbailly-talend closed 2 years ago
Hi @rbailly-talend, sorry to heard that you are having issues with the Logstash Elasticsearch output. It sounds like you may be looking for the Amazon Elasticsearch output or the Opensearch output.
You can find additional context in: https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/1018
Logstash information:
Please include the following information:
Plugins installed: (
bin/logstash-plugin list --verbose
)Description of the problem including expected versus actual behavior:
Since release 7.16.0 a change was introduce to perform some preflight checks on ElasticSearch output plugin. Those preflight checks are failing for some distributions of ElasticSearch, breaking the compatibility with OpenDistro / OpenSearch solutions. Reference to the breaking change: PR#1026.
Provide logs (if relevant):
Log captured from Logstash main pipeline when using an OpenDistro ElasticSearch cluster:
Result of the
GET /
query:As you can see the
build_flavor
is not compatible, for OpenSearc hthetagline
won't be compatible either