You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed this instruction for install axiom syslog server: https://axiom.co/docs/send-data/syslog-proxy and I tested with echo -n "tcp message" | nc -w1 localhost 601 and everything is gone fine!
I setup in my /etc/syslog.conf I configured send logs into my syslog server
Have you double checked the dataset? Is there no data inside?
ingested 1 event(s): From what I'm seeing here, the server has actually received the request and processed it.
Unable to parse log line: tcp message: So this is actually an error reported from the command you ran: echo -n "tcp message" | nc -w1 localhost 601. There is a fallback inside the syslog server: If a message reaches it, that is not syslog (like the simple string tcp message or udp message), create a new syslog-like event with the incoming message as the content.
Can you double check if data arrives? Can you share more logs from the syslog proxy?
Hi there!
I followed this instruction for install axiom syslog server: https://axiom.co/docs/send-data/syslog-proxy and I tested with
echo -n "tcp message" | nc -w1 localhost 601
and everything is gone fine!I setup in my
/etc/syslog.conf
I configured send logs into my syslog serverBut seens Axiom server can't parse my file:
docker logs f551b472a6f5
How can I handled with that?
The text was updated successfully, but these errors were encountered: