Upgraded from 5.3.2 to 5.4, The Monitoring Dashboard only show Loading Data

The upgrade went without any problems. And I can see data is coming into the monitor node.
I run a separate monitor cluster whit Basic license. I have run a rolling upgraded on the production ES and a full upgrade on the Monitor cluster (single node)

Kibana it running 5.4 also

Everything else is working.

Hi ,

Are you sure that the Basic License on the separate monitoring cluster has not expired? Can you share the output of:

curl -XGET "localhost:9200/_xpack/license" -u elastic

I included the -u elastic on the assumption that security is still enabled.

Thanks
Rashmi

in@monitor01:~$ curl -XGET 'http://10...*1:9200/_xpack/license'
{
"license" : {
"status" : "active",
"uid" : "xxxx-xxx-x-xx-xxxxx",
"type" : "basic",
"issue_date" : "2017-05-05T00:00:00.000Z",
"issue_date_in_millis" : 1493942400000,
"expiry_date" : "2018-05-05T23:59:59.999Z",
"expiry_date_in_millis" : 1525564799999,
"max_nodes" : 100,
"issued_to" : "My NAME",
"issuer" : "Web Form",
"start_date_in_millis" : 1493942400000
}
}

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