We couldn't activate monitoring - No monitoring data found

Hello,

we receive the below error after installation of a cluster without xpack

[root@elastic1 metricbeat]# curl localhost:9200/_cat/nodes?v    
ip           heap.percent ram.percent cpu load_1m load_5m load_15m node.role master name
172.27.52.56           31          75   5    0.00    0.01     0.05 di        -      data1
172.27.52.57           29          53   5    0.88    0.57     0.33 di        -      data2
172.27.52.55           17          53   1    0.00    0.01     0.05 mi        *      master

is it because of the cluster?

Thank you

@manosmustang are your elasticsearch clustering, where the kibana instance reporting this error is connected to, running the basic license? The stack monitoring is only available starting in the basic license.

More info here: https://www.elastic.co/subscriptions

Cheers

Hello,

somehow is working now after the night

how can I see the license we have?

thank you

You can just curl the same elasticsearch clustering where the kibana you were experience problems on is connected with the following:

curl -X GET "localhost:9200/_license"

assuming that localhost:9200 is your elasticsearch cluster

ok. I have the basic. thank you!

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