The "index-pattern" created on Kibana cannot match the correct ES index solution

1. Preface – Asking Questions

Obviously, related indexes have been created on my cluster. Why can’t I click “Next” when creating an Index Pattern on Kibana, as shown in the following figure:
Kibana creates an index pattern

Two, the solution

After investigation: There is no abnormality in the ES cluster, and there is no error in the log. The index that the cluster wants to create the schema for does exist. So what is the reason? It turns out that there are no documents written in these indexes on the cluster, and no primer documents are written. Naturally, Kibana cannot explore an empty index.
View cluster index document status
So, we write some documents to the relevant cluster index, and we can create a beautiful index pattern on kibana.

Due to the high frequency of this problem, hereby record share.

Guess you like

Origin blog.csdn.net/qq_43961619/article/details/122575235