Skip to content

Event Json representation exceeds the byte size limit of 262144 set for this Se sink and will be dropped #1508

Answered by nblumhardt
mKamiAsim asked this question in Help
Discussion options

You must be logged in to vote

Hi Muhammad,

When you call WriteTo.Seq(), there's another parameter eventBodyLimitBytes - you'll also need to pass the bigger value through here, or the sink will drop the event before ever sending it to the server.

Sending 1.2 MB events will impact UI and search performance, however (I assume you have considered this trade-off, but worth extra thought if this is going to a mission critical/production Seq instance).

Hope this helps!
Nick

Replies: 1 comment 1 reply

Comment options

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

Answer selected by mKamiAsim
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