Server receive logs but don't go in Graylog

Hello,

I create my input to get logs from my Windows 10 machine :

image

When my Windows 10 send the logs, the server receive the packet :

image

But the Graylog server doesn’t get any logs, he don’t receive anything :

image

What is the problem ? can’t understand…

tyty

Try using a Raw/Plaintext UDP input instead of a Syslog UDP input.

I tried and don’t work :

image

What happens if you try to manually send a message to that input?

# echo "Test message" | nc -u SRV-LOG 5141

It worked !

image

Seems to work in the same machine but not on an external machine…

This is triggering me…

I try to wireshark when I send from the machine to server :

image

and with tcpdump, I see the packet…

Can it be a problem with rights on mongodb ?

Maybe my Windows can’t write in the db because he doesn’t have rights ?

how did you ingest the logs from Windows to Graylog? What transport did you use?

I use SolarWinds to fake logs in Windows :

It’s just for the test that I use this app.

I think I found Something.

image

Maybe my port is open for the machine only ?

did you checked if any firewall is blocking the connection between the sender and the receiver?

No firewall between them, just a switch

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