Updating the Maximum Event Body Size #2273
Unanswered
mitchellsuzuki
asked this question in
Help
Replies: 1 comment 4 replies
-
Go to Settings > System and there are settings for 'Raw ingestion payload limit' and 'Raw event body limit'. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi SEQ,
I am using FluentBit to send all logs from my kubernetes cluster in to SEQ using the HTTP ingestion endpoint.
/ingest/clef
For the most part, it's working great. However I have a number of events that are failing to be ingested due to exceeding the maximum event body size.
How do I update this value?
For reference, I am deploying SEQ into my k8s cluster using the datalust/seq helm chart and am running the latest version 2024.3.1
Alternatively, I'd like to enable compression, however it would appear that SEQ does not currently support this.
Beta Was this translation helpful? Give feedback.
All reactions