Kibana 6.2.3 dont show index!

I'm using docker-compose and https://github.com/caas/docker-elk, but when i open kibana dont have the index.
How i fix it and how i insert the index full to elasticsearch and logstash?

Hi, have you already ingested some data using Logstash? Please check out the Logstash documentation and visit the Logstash forum for more help.

There are many language clients for Elasticsearch which can also help to get data into Elasticsearch.

You can also just use the basic API to create indices and add documents into them:
Create an index
Index a document

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.