Elasticsearch、Kibana、LogstashおよびFilebeatをバージョン7.16.3から8.1.0へアップグレードしたところ、以下のようなLogstashのWaringが出力されました。
[WARN ][logstash.filters.grok ][パイプライン名] ECS v8 support is a preview of the unreleased ECS v8, and uses the v1 patterns. When Version 8 of the Elastic Common Schema becomes available, this plugin will need to be updated
[WARN ][logstash.outputs.elasticsearch][パイプライン名] Elasticsearch Output configured with
ecs_compatibility => v8
, which resolved to an UNRELEASED preview of version 8.0.0 of the Elastic Common Schema. Once ECS v8 and an updated release of this plugin are publicly available, you will need to update this plugin to resolve this warning.
これは文字通り今後のリリースを待ってアップデートすれば解消されるものでしょうか?