Hi everyone,
I would like to be able to send 1 integer log of 744k directly to graylog. But it arrives in fraction and I would like it to arrive in a single message, is it possible?
thanks
Hi everyone,
I would like to be able to send 1 integer log of 744k directly to graylog. But it arrives in fraction and I would like it to arrive in a single message, is it possible?
thanks
Do you mean this file is 744k single multiline record?
Yes, the log file I have for the application is multiline. So I need to be able to transform this log into a single line. How can i do it by script?
how to change the multiline log into a single line log?
Many many thanks
There is a difference between multiline log message and multiline file.
I hope you understand it and talking about multiline log message.
Multiline log requires additional more complicated configuraion, are you sure you can’t transform it to single line in the source?
Yes, I already transformed the file to send it. Now my last question is. How many megabytes is graylog capable of receiving?
if I try to send a file with 15 MB, graylog does not receive it
nota : Talk about the multi-line log message.
How do you send?
Which Input is used?
Do you see any error in Graylog log?
Are you sure packets reach Graylog host?
I send the file of 15M it with nc and the input with Raw / Plaintext TCP input. But if i send the file of 700kb its ok.
The mistake is:
ERROR [AbstractTcpTransport] Error in Input [Raw/Plaintext TCP/5fc7ad985dffe5036e25c74a] (channel [id: 0x32420d1c, L:/ip:port ! R:/ip:port]) (cause io.netty.handler.codec.TooLongFrameException:
frame length (over 2121320) exceeds the allowed maximum (2097152))
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.