Filebeat is not able to connect with Elasticsearch 7.10 ( aws Opensearch )

0

this is the error i'm getting

callback failed: Elasticsearch is too old. Please upgrade the instance. If you would like to connect to older instances set output.elasticsearch.allow_older_versions to true. ES=7.10.2 Beat=8.6.2","service.name":"filebeat","ecs.version":"1.6.0"

已提問 1 年前檢視次數 824 次
2 個答案
0

The error message you are seeing indicates that Filebeat is not able to connect to Elasticsearch (in this case, OpenSearch) version 7.10 using the current version of Filebeat (8.6.2). This is because the Elasticsearch version (7.10.2) is older than the Filebeat version and is not supported.

To resolve this issue, you can either upgrade your OpenSearch instance to a version that is compatible with the current version of Filebeat or downgrade Filebeat to a version that is compatible with the Elasticsearch version.

To upgrade OpenSearch, you can follow the steps provided in the OpenSearch documentation. It is recommended to upgrade to the latest version of OpenSearch that is compatible with your version of Filebeat.

To downgrade Filebeat, you can either download an older version of Filebeat that is compatible with your Elasticsearch version or set the output.elasticsearch.allow_older_versions option to true in your Filebeat configuration file. Note that using an older version of Filebeat may result in missing features or security vulnerabilities, so it is recommended to upgrade your Elasticsearch version to a compatible version if possible.

Once you have upgraded or downgraded the appropriate component, you should be able to successfully connect Filebeat to OpenSearch without encountering the compatibility error message.

profile picture
專家
已回答 1 年前
  • I want to downgrade my filebeat what is the version will compatible with ES=7.10.2

0

You might find this info useful to derive the Compatibility matrix - https://opensearch.org/docs/latest/tools/index/.

Ideally you would try either version 7.10.2 , 7.11 or 7.12 of Filebeat OSS.

profile picture
Syd
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南