Post 2015R2.2 Upgrade Errors

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
Locked
blariv
Posts: 190
Joined: Wed Sep 26, 2012 11:55 am

Post 2015R2.2 Upgrade Errors

Post by blariv »

Hi,

Just upgraded my 2 node cluster to 2015R2.2. Now getting flooded w/ warnings about the second node not being part of the cluster.

Everything looks OK as far as shards and indices. The cluster status is also green. I noticed the logstash and elasticsearch logs are 200MB and 1GB.
jolson
Attack Rabbit
Posts: 2560
Joined: Thu Feb 12, 2015 12:40 pm

Re: Post 2015R2.2 Upgrade Errors

Post by jolson »

It's possible that your nodes were de-synchronized somehow. I'd like you to check on the following for me and report back:

Run the following on both nodes:

Code: Select all

cat /usr/local/nagioslogserver/var/cluster_hosts
curl -XGET 'http://localhost:9200/_cluster/health'
curl -XGET 'http://localhost:9200/_nodes'
Twits Blog
Show me a man who lives alone and has a perpetually clean kitchen, and 8 times out of 9 I'll show you a man with detestable spiritual qualities.
blariv
Posts: 190
Joined: Wed Sep 26, 2012 11:55 am

Re: Post 2015R2.2 Upgrade Errors

Post by blariv »

here you go
You do not have the required permissions to view the files attached to this post.
User avatar
lgroschen
Posts: 384
Joined: Wed Nov 27, 2013 1:17 pm

Re: Post 2015R2.2 Upgrade Errors

Post by lgroschen »

I've looked through the logs you posted and don't see anything that jumps out. I'll defer to jolson on this he might have an idea.
/Luke
Locked