Skip to content

Commit fe26864

Browse files
authored
Add limitation (#4783)
1 parent d64e051 commit fe26864

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/send-data/collection/processing-rules/include-and-exclude-rules.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@ When writing regular expression rules, you must follow these rules:
3636
* If two or more rules are listed, the assumed Boolean operator is OR.
3737
* The processing rule name must be less than 32 characters.
3838
* 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.
39+
* 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/).

0 commit comments

Comments
 (0)