dashboards, logstash configs, web GUI configuration, users, and some more information.
We'll need to untar a backup from a known good point in the past and run the following:
Code: Select all
cp /store/backups/nagioslogserver/nagioslogserver.2016-01-14.1452805592.tar.gz ~/
tar zxf nagioslogserver.2016-01-14.1452805592.tar.gz
curl -XDELETE "http://localhost:9200/kibana-int/"
curl -XPOST "http://localhost:9200/kibana-int/_import?path=/root/nagioslogserver.2016-01-14.1452805592/kibana-int.tar.gz"Let me know if the above works out for you, thanks Bandit!