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?
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.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.