We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d21e54 + 8e75e7d commit a5ab0d4Copy full SHA for a5ab0d4
doc/_admin-guide/130_Correlating_log_messages/002_grouping-by_options.md
@@ -162,6 +162,15 @@ sends the triggered message (specified in the
162
aggregate(), and clears the
163
context.
164
165
+### Example: Configuring trigger() with a 100 message context length
166
+
167
+```config
168
+parser p_grouping-by {grouping-by(
169
+ ...
170
+ trigger("$(context-length)" > "100")
171
+);};
172
+```
173
174
## where()
175
176
*Description:* Specifies a filter condition. Messages not matching the
0 commit comments