Automatically creating index in Kibana5

Is there a way to create index in Kibana 5 automatically? Currently it's manual process to create index in Kibana. Does Kibana have any API to allow creating index automatically?

Kibana doesn't have an API or a way to do it automatically currently. The code that sets things up is here

Kibana pulls down fields in the index pattern from elasticsearch, and then creates a new document at /.kibana/index-pattern.

Thanks jbudz for your reply. I hope Kibana team could create a web service API to allow creating index automatically.

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