-
QuestionHi Vector team, I'd like to propose building on that API by adding an option to truncate huge events instead of dropping them. This would allow us to still send the partial (truncated) event payload downstream to sinks, ensuring we don't completely lose visibility into these oversized logs. Does it make sense to add this functionality? If the team thinks this is a good direction, I would be happy to start working on a PR for it. Let me know your thoughts! Vector ConfigNo response Vector LogsNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi @vparfonov, Truncation as an alternative to dropping is a reasonable addition. There are cases where a partial event with context is more useful than no event at all. We would welcome a contribution here. A few things to consider for this PR:
|
Beta Was this translation helpful? Give feedback.
Hi @vparfonov,
Truncation as an alternative to dropping is a reasonable addition. There are cases where a partial event with context is more useful than no event at all. We would welcome a contribution here. A few things to consider for this PR:
overflow_behavior: drop | truncatewheredropis the default value