Skip to content

DOCS-562 - Add limitation for processing rules #4783

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ When writing regular expression rules, you must follow these rules:
* If two or more rules are listed, the assumed Boolean operator is OR.
* The processing rule name must be less than 32 characters.
* A rule will process single line log messages until 1MB of data is processed and multiline log messages until 2,000 lines or 512KB of data is processed, whichever comes first. Once these limits are reached the processing rule will ignore the rest of the log message and move on to the next log.
* Include and exclude rules do not support Kubernetes sources. To exclude data from Kubernetes sources, update the Helm Chart with [exclude parameters](/docs/send-data/kubernetes/configuration/).
Loading