2 Issues
Issue 1 - All inputs showing stopped.
Input 1 is Std Encrypted Linux
Input 2 is Syslog UDP
-When I click to start inputs, get an error message “Request to start input has failed”
–Although all inputs showing stopped, data is still coming in as normal, data is getting parsed and indexed as normal
Issue 2- Node information not available.
During normal operation, I can click the node and it redirects to a web page showing an overview of the node.
Currently , when I click on the node i get an error page (Monkey with Banana), which says
“Error Getting Data”. Followed by a red banner at the bottom saying
“Getting JVM information for Node xxxx , Error getting information”
Version Info
Graylog v4.2.7+879e651
Mongo 4.0.28
Elasticsearch is 7.16.2
Graylog, Elasticsearch,and Mongo all sitting on same server. No changes have been made recently to any internal configuration.
Checked Mongo, Graylog and Elasticsearch logs, nothing there. Only log to show anything is the Journal D Daemon which showed these errors
graylog-server[155044]: SLF4J: Failed to load class “org.slf4j.impl.StaticLoggerBinder”.
graylog-server[155044]: SLF4J: Defaulting to no-operation (NOP) logger implementation
graylog-server[155044]: SLF4J: See SLF4J Error Codes for further details.
Went to the link above, which states that Im getting this error due to the following
This warning message is reported when the org.slf4j.impl.StaticLoggerBinder
class could not be loaded into memory. This happens when no appropriate SLF4J binding could be found on the class path.
So I changed my CLASSPATH to be directed at where I have my graylog.jar file
export CLASSPATH=/usr/share/something/something/graylog.jar
Besides this , have rebooted system about a dozen times as well as verifying my config file which hasn’t changed.
Also., This isn’t a new install, system has been up and running for approx 1 year.