Kibana can't find the index

I have registered the following index in elasticsearch.

# curl --user {usr}:{pw} -X GET http://localhost:9200/_cat/indices/test-*?v
health status index           uuid                   pri rep docs.count docs.deleted store.size pri.store.size
yellow open   test-2021.07.30 l0qAIjyuR2WDSCjiEik6pg   1   1          3            0     28.2kb         28.2kb

Then, on kibana's Create index pattern page, I entered test-* for index pattern name.
However, I cannot create the index because it is not found.
Why is this?

that looks indeed weird. Does it find any other indices or it has troubles only with this one?

Hi @its-ogawa

Exactly which Kibana page are you On? And What version are you on?

I common mistake is to not actually go into the Create Index Pattern Page

Thanks for your comments.

Apparently, I can't find any other indexes either.

Just to add, just to be sure.
This ElasticSearch has a track record of setting up several indexes before and checking them with Kibana.
It is currently serving as the foundation for WorkplaceSearch.

This time, we will register logs from Filebeat and Logstash to another ElasticSearch.
We are in the process of setting up this ElasticSearch on a trial basis.

Thanks for your comment.

Your guess is very astute, LOL.
I sometimes make mistakes too, but this is not the case.

1 Like

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