Unable to fetch mapping. Do you have indices matching the pattern? (Indices exist)

So, after I dropped index pattern (telemetry_*), I cannot add it back. I have the indices that match the pattern (GET /_cat/indices) in elasticsearch. Also each index has data in it as they are existing indices.

image

Kibana is stubborn as below:

Can I please get a help?

The elastic stack versions are as follow:
elasticsearch 5.2.0
kibana 5.2.0
logstash 5.2.2

Also, if I create another index and insert some data and try to add index pattern that matches the index, kibana won't fetch it either.

Hey @jjmn1109, this is commonly caused by logging in with a user that doesn't have permission to access these indices.

Can you make sure the user you're logged in can search over the data? Can you try logging in as the superuser and adding the index pattern?

GET telemetry_*/_search

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