Skip to content

Injest delay on specific API Key after upgrade to 2025.1.14109 #2431

Answered by nblumhardt
korggy asked this question in Help
Discussion options

You must be logged in to vote

Hi @korggy, thanks for dropping us a line. This was a change late in the 2024.3 release series:

#2365

The message here is a little misleading; all this means is that the payload size was below the limit, but after expansion it exceeded the limit.

Increasing the limit should address this, but because the default limit is already very high, it's probably better to either set a smaller limit at the source (if you're using a client logging library that supports it; e.g. eventBodyLimitBytes in Serilog's WriteTo.Seq()) or update your application to truncate/rewrite very large values such as e.g. request and response payloads before logging them.

Let me know if this helps,
Nick

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@nblumhardt
Comment options

Answer selected by korggy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants