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年前823ビュー
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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ