Changes to Kibana Stack monitoring?

Hello,

I'm sure I have missed some recommended configuration changes so bare with me.

Since the upgrade to Kibana version 7.8.1 from 7.5.2, I'm not allowed to open the Stack Monitoring link to my local ES cluster. I have two clusters configured with cross cluster search in elasticsearch.yml

cluster.name: my_local_cluster
cluster.remote.my_local_cluster.seeds:
- 10.1.1.110:9300
- 10.1.1.111:9300
- 10.1.1.112:9300
- 10.1.1.113:9300
cluster.remote.my_remote_cluster.seeds:
- 10.1.2.110:9300
- 10.1.2.111:9300
- 10.1.2.112:9300
cluster.remote.my_remote_cluster.skip_unavailable: true
cluster.remote.node.attr: gateway

As before, I can see both clusters when going to Stack Monitoring. Before I could open the link to the local cluster (the one Kibana is configured to connect to) but no to the remote one. Now both links are inactive and I see a warning message telling me that The Basic license does not support multi-cluster monitoring.

Could anyone point me to some documentation on what I should change :slight_smile:

I guess it just needed some time... Now it seems to work again. I have made no changes.

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