ERROR : org.graylog2.periodical.NodePingThread - Did not find meta info of this node. Re-registering

I know this error org.graylog2.periodical.NodePingThread - Did not find meta info of this node. Re-registering. is due to time syncing but can anyone please give me a step by step procedure to solve this using ntp ? I am using Kubernetes for the graylog cluster.

Hey @AkashKrDutta,

normally, every linux distro comes with NTP installed by default. It seems that your network does not allow any NTP connections to the servers in /etc/ntp.conf. Do you have any internal NTP server, that you can set inside the /etc/ntp.conf file? :slight_smile:

Another way with docker seems to be this:

Edit: Something that I just found:

If the time drift between your servers is not to large and stays constant, setting stale_master_timeout in the Graylog config could help.

Greetings - Phil

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.