Zulfuqar Aliyev
Zulfuqar Aliyev

Reputation: 241

The index pattern you've entered doesn't match any indices

I create new index via log4j2 appender for elasticsearch. When I call link http://localhost:9200/_cat/indices I can see the indices which I created. But in Kibana when I try to create index pattern, Kibana can't find my index. Could anyone please help me. Thanks in advance

enter image description here

enter image description here

Upvotes: 3

Views: 9675

Answers (1)

Pierre Mallet
Pierre Mallet

Reputation: 7221

Kibana cant match your pattern because all of the log4j2 are empty.

There is a bug opened about this : https://github.com/elastic/kibana/issues/15666

Upvotes: 1

Related Questions