Import dashboards with different index name than .kibana

I am trying to set up metricbeat and import the sample dashboards provided here: https://www.elastic.co/guide/en/beats/metricbeat/current/metricbeat-sample-dashboards.html

However, we use a different index name to store our kibana information than .kibana. Is there a command line option I can pass in when i run the ./scripts/import_dashboards script in order to tell it to import to the correct directory??

There is a -k CLI flag for specifying the kibana index.

$ ./scripts/import_dashboards -h

Usage: ./import_dashboards [options]

  ...

  -k string
    	Kibana index (default ".kibana")
1 Like

This topic was automatically closed after 21 days. New replies are no longer allowed.