I have setup a Kibana and ElasticSearch on my own GKE cluster.
Following the guide -> https://www.digitalocean.com/community/tutorials/how-to-set-up-an-elasticsearch-fluentd-and-kibana-efk-logging-stack-on-kubernetes
However, after I created my own index pattern "logtash-*", I click on Discover, it doesn't seem to work.
I still get the following error:
"In order to visualize and explore data in Kibana, you'll need to create an index pattern to retrieve data from Elasticsearch."
- ElasticSearch index created:
- Kibana index is still empty though:
- When I click on Discover, Kibana still complains no index setup:
Not sure what the issue is ? Can you assist pls?