Skip to content

Commit

Permalink
8192 bytes is not applying to UDP (Graylog2#772)
Browse files Browse the repository at this point in the history
the application. Added a clarification for that.

Co-authored-by: Jan Doberstein <[email protected]>
  • Loading branch information
sfuhrm and jalogisch authored Jan 31, 2020
1 parent 15c187c commit 4146713
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pages/gelf.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ GELF via UDP
Chunking
--------

UDP datagrams are usually limited to a size of 8192 bytes. A lot of compressed information fits in there but you sometimes might just have
UDP datagrams are limited to a size of 65536 bytes. Some Graylog components are limited to processing
up to 8192 bytes. A lot of compressed information fits in there but you sometimes might just have
more information to send. This is why Graylog supports chunked GELF.

You can define chunks of messages by prepending a byte header to a GELF message including a message ID and sequence number to reassemble the message later.
Expand Down

0 comments on commit 4146713

Please sign in to comment.