[metricbeat]Error fetching data for metricset logstash.node: Could not find field 'id' in Logstash API response

metricbeatでelastic stack監視をしようと
logstash-xpackを有効化し、metricbeatを起動したところ、
以下のエラーが出力されます。
Kibana上ではLogstashのMonitoringはできているようですが、
/var/log/messagesにエラーが出続けます。

このエラーの原因で思い当たること等ございましたら、ご教授ください。

■/etc/metricbeat/modules.d/logstash-xpack.ymlの設定
- module: logstash
  xpack.enabled: true
  period: 10s
  hosts: ["localhost:9600"]
  username: "superuserロールユーザ"
  password: ”パスワード"
■エラー内容
{
	"log.level": "error",
	"@timestamp": "2022-03-11T17:45:18.178+0900",
	"log.origin": {
		"file.name": "module/wrapper.go",
		"file.line": 254
	},
	"message": "Error fetching data for metricset logstash.node: Could not find field 'id' in Logstash API response",
	"service.name": "metricbeat",
	"ecs.version": "1.6.0"
}

OS:Redhat Linux 8.4(以下を1つのマシンにインストール済み)
Elasticsearch:8.1.0
Metricbeat:8.1.0
Logstash:8.1.0
Kibana:8.1.0

■参考サイト

https://www.creationline.com/blog/h-hibino/39618

Hey,

I don't understand Japanese language but it seems same as this issue: link

@mashhurs
I am also participating in that linked post.
So, thank you for your response.
I will try your suggestion in my environment.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.