Hello Everyone. I was installed graylog on ubuntu 18 lts
I want see my other servers syslogs on graylog.
I was create input tcp with Syslog TCP 514 port.
When I look at tcpdump port 514, I can see the packages coming from the other server.
But I can not see any log in graylog. I think I can not choose correct input.
Because I create another input for test. This input is Raw/Plaintext TCP 514 and I can see raw log with this input.
my question was more - what possible solution you choose. It look like you have Graylog running now as root - because you have the input running on port 514.
What kind of data did you ingest? Did you checked if that data is following the syslog standard? Is the date format what it should be? Did you see any errors in the Graylog server.log?
Hello, thank you for your reply. I checked again after you said it. My rsyslog conf is the same as you said.
I must have made another mistake. But what ?
What else can I check?
we have given multiple ideas what you can check , what might be the problem in your environment and what you need to configure how.
For everything you wrote “did it exactly like that, but it still does not work”.
Start playing Sherlock - check from the source of the message to the destination of the message if it can pass by. Using tools like netcat and telnet commands and similar. This community has lots of this commands/tooling named in different topics talking about connection issues. Great way to learn.