Kibana Shows No Data Found

Hi -
I have the Metric beat running on a couple of windows server.
And my Elastic Search and Kibana is configured in a different VM Windows server on the same domain.

Metric beat is successfully sending the data to the Elastic Search as per the logs created.
Am able to add the Metricbeat index as well on the Kibana, but I couldn't able to see any data on the dashboard.

GET metricbeat-*/_count

{
** "count": 9239,**
** "_shards": {**
** "total": 5,**
** "successful": 5,**
** "failed": 0**
** }**
}

Indices Data:

health status index uuid pri rep docs.count docs.deleted store.size pri.store.size
yellow open .monitoring-data-2 zR_XnxQwQZ6ewa2uar-s7w 1 1 3 0 11.4kb 11.4kb
yellow open metricbeat-2017.01.13 GxKzXbptSzWGc0-MgwJG7w 5 1 9431 0 3.4mb 3.4mb
yellow open .kibana DGxyPNl7SeOATr-RyDgEqw 1 1 95 68 292.9kb 292.9kb
yellow open .monitoring-kibana-2-2017.01.13 MKVUXTcjQ42CbGHJ0e2wbA 1 1 2192 0 937.8kb 937.8kb
yellow open .monitoring-es-2-2017.01.13 cSgae65KS5inG0x352d5Rw 1 1 11171 126 8.3mb 8.3mb

As per the above query results, Kibana is able to get the data from the Metric beat, Would you please let me know how to fix this issue ?

Kibana is receiving the data now.
I had an Index creation issue. Thanks !

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