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
Added all missing YAML examples an standardized Filters docs. Fixes#1882. (#1883)
* Adding YAML examples to Checklist filter doc, part of issue #1882.
Signed-off-by: Eric D. Schabell <[email protected]>
* Standardizing on YAML and shell usage for grep filter doc, part of issue #1882.
Signed-off-by: Eric D. Schabell <[email protected]>
* Adding YAML examples and standard shell usage for log to metric filter doc, part of issue #1882.
Signed-off-by: Eric D. Schabell <[email protected]>
* Updating Fluent Bit output and small layout fixes for parser filter doc, part of issue #1882.
Signed-off-by: Eric D. Schabell <[email protected]>
* Updated for YAML examples first for modify filter doc, part of issue #1882.
Signed-off-by: Eric D. Schabell <[email protected]>
* Updated for YAML examples first for nest filter doc, part of issue #1882.
Signed-off-by: Eric D. Schabell <[email protected]>
* Updated for YAML examples first for rewrite tag filter doc, part of issue #1882.
Signed-off-by: Eric D. Schabell <[email protected]>
* Updated for YAML examples first for sysinfo filter doc, part of issue #1882.
Signed-off-by: Eric D. Schabell <[email protected]>
* Updated for YAML examples first for type converter filter doc, part of issue #1882.
Signed-off-by: Eric D. Schabell <[email protected]>
* Added YAML examples for WASAM filter doc, part of issue #1882.
Signed-off-by: Eric D. Schabell <[email protected]>
---------
Signed-off-by: Eric D. Schabell <[email protected]>
Copy file name to clipboardExpand all lines: pipeline/filters/grep.md
+99-80Lines changed: 99 additions & 80 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,53 +42,54 @@ When using the command line, pay close attention to quote the regular expression
42
42
The following command loads the [tail](../../pipeline/inputs/tail) plugin and reads the content of `lines.txt`. Then the `grep` filter applies a regular expression rule over the `log` field created by the `tail` plugin and only passes records with a field value starting with `aa`:
0 commit comments