Hello
@NMFSTeamThanks for following up, and signing up for our new Answer Hub. The Answer Hub is our new support ticketing system. Please login into your Answer Hub account and open a new support ticket and link back to this one.
Without the system profile, I did some digging on the issue that you are experiencing, and sounds like the issue is around syncing elasticsearch data between nodes master, and slave. Depending on the number of nodes you have appears that you can have up to two master nodes. The config found in:
/usr/local/nagioslogserver/elasticsearch/config/elasticsearch.yml:
node.master: true
Again without the System Profile, it appears that we can go ahead and clear the elasticsearch data on the slave(s) so it rebuilds.
In my case, I moved the folders just in case something went wonky and restarted the services and see that the data folders are getting replaced.
- Code: Select all
mv /usr/local/nagioslogserver/elasticsearch/data /tmp/
systemctl restart logstash elasticsearch httpd
Let me know how things are looking.
Thanks,
Perry