Add index to kibana in commandline

hi everyone,
i wanted to know if it was possible to automatically add an index in kibana without using this page :


but with a curl request, or something else, i just want to automatize the process when i create my index .

thanks!

@Benjamin_Peere an API was added in 5.5 that allows you to import/export Dashboards and all of their associated index-patterns/searches/visualizations there's a potential you could use that to create the index-pattern indirectly https://github.com/elastic/kibana/pull/10858

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