Kibana not creating index automatically

Hi
i am using logstash to upload data , once data is upload i can see my index name
in dev tool using this command -
GET /_cat/indices?v

but i cant find that index in kiabana index list ,
there is anyway its create index automatically in kibana , bcz i creating date pattern index from logstash .

thanks.

Hi Dilip,

You will have to create your index pattern in Kibana. https://www.elastic.co/guide/en/kibana/current/index-patterns.html

So for your logstash index pattern - if you use logstash-*, you will create an index pattern which will have data from all dates on your logs. If you want for a particular day then you can use:[logstash-]YYYY.MM.DD.

Thanks,
Bhavya

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