Page 1 of 1

Where are the dashboards stored?

Posted: Tue Dec 05, 2023 5:29 am
by rhassing
I have an old installation of nagios logserver (POC) where I created some dashboards.
This installation in not working anymore. Elasticsearch won't start.

Is it possible to find and download the dashboards somewhere on this server?

Brgds,
Rob

Re: Where are the dashboards stored?

Posted: Tue Dec 05, 2023 10:39 am
by swolf
Hi @rhassing, thanks for reaching out.

All data in Nagios Log Server is stored in Elasticsearch - dashboards are stored in the kibana-int index.

If you are able to start Elasticsearch but still need to export via the terminal, you can try the following query to export your dashboards:

Code: Select all

curl 'localhost:9200/kibana-int/_search?size=999'