Where are the dashboards stored?

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
Post Reply
User avatar
rhassing
Posts: 412
Joined: Sat Oct 05, 2013 10:29 pm
Location: Netherlands

Where are the dashboards stored?

Post 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
Rob Hassing
Image
User avatar
swolf
Developer
Posts: 302
Joined: Tue Jun 06, 2017 9:48 am

Re: Where are the dashboards stored?

Post 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'
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy
Post Reply