Graylog Message size

Hello,

We are using graylog2 to receive logs from docker daemon using gelf log driver, logs are send in json format. Message getting splitted into multiple messages each has 16385 bytes in size. Is it possible to rise this limit somehow, to see full message in message field not splitted into multiple messages ?

Than you for you help.

Who or what is splitting the messages? Graylog certainly isn’t doing that.

In web interface message is splitted into two separate messages

Do you have some examples?

For example:
One message have:
{“time”:2746291514930636,“message”:{“Heartbeat”:
Second message is from the same host:
“yes”}}

How is the Docker logging driver and the Graylog input configured?

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