Node Not Showing in Kibana

I have a 9 node Cluster (6 data and 3 Masters), with version 7.15.5 (all on Intel platform), the cluster works fine.
I've added a new data node, with the same version but in ARM, the node has been recognized by the cluster, the data balancing has been done correctly, but the new node is not shown in Kibana, any idea in how to solve this?

It this happens to anyone else, I solved it by adding this lines to the configuration file:

xpack.monitoring.collection.enabled: true
xpack.monitoring.exporters.my_local:
type: local
use_ingest: false

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