Reputation: 241
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
Upvotes: 3
Views: 9675
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