You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pipeline/processors/conditional-processing.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# Conditional processing
2
2
3
-
Conditional processing allows you to selectively apply processors to log records based on field values. This feature enables you to create processing pipelines that apply processors only to records that match specific criteria.
3
+
Conditional processing lets you selectively apply [processors](README.md) to logs based on
4
+
the value of fields that those logs contain. This feature lets you create processing pipelines
5
+
that only process records that meet certain criteria, and ignore the rest.
0 commit comments