Re: Changed data location and now not working
Posted: Fri Nov 14, 2014 1:57 pm
Could you also provide some insight regarding the first half of my last post? I'm waiting for my fresh VM to build up a few logs before I test.
Edit: Just did the following on the server:
and I am not seeing the same behavior. I am getting logs and can query, and the page shows logstash and elasticsearch working.
Edit: Just did the following on the server:
Code: Select all
service elasticsearch stop
mkdir /tmp/data
vi /etc/sysconfig/elasticsearch
(changed line to: DATA_DIR="/tmp/data")
mv /usr/local/nagioslogserver/elasticsearch/data/* /tmp/data
service elasticsearch start