No matching indices found

Hi,
I'm getting this error when discovering the data in Kibana for Metricbeat.

No matching indices found: No indices match pattern "metricbeat-*"

Is Metricbeat running and successfully creating indices. You can go to Kibana Console and run a query like this to check that there are any Metricbeat indicies: GET /_aliases.

Hi Tudor,

Thanks for your reply. I have checked GET /_aliases, But metricbeat index is not there. So, What to do now?

Which OS and version do you run? The config file might also be helpful.

Does mertricbeat print any errors when starting? I'd recommend starting with something like this to get the output to the console:

metricbeat -e

To view the published messages, you can start like this:

metricbeat -e -d "publish"

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