Hi all,
My cluster consists of the following nodes:
2x coordinating node (empty node.roles
)
3x master (node.roles = ['master'])
5x data (node.roles = ['data', 'ingest', 'ml', 'transform'])
I have recently upgraded from 6.8.14 to 7.11.2, which went fairly smooth. The only issue is that Kibana alerting keeps throwing the following errors in the log:
{"type":"log","@timestamp":"2021-03-12T09:46:49+00:00","tags":["error","plugins","alerts","plugins","alerting"],"pid":18141,"message":"Executing Alert \"b0177aa0-8316-11eb-a876-59c2aec22f7c\" has resulted in Error: [illegal_argument_exception] node [es-client1] does not have the [remote_cluster_client] role"}
{"type":"log","@timestamp":"2021-03-12T09:46:49+00:00","tags":["error","plugins","alerts","plugins","alerting"],"pid":18141,"message":"Executing Alert \"b011fc60-8316-11eb-a876-59c2aec22f7c\" has resulted in Error: [illegal_argument_exception] node [es-client2] does not have the [remote_cluster_client] role"}
I am not using CCR so i was under the impression that none of my nodes required the remote_cluster_client
role. Is this something that is required for Kibana monitoring/alerting to function?
Google was not really helpful, so i hope someone here can advise. Thanks!