Skip to content

Commit e6cfeec

Browse files
Apply suggestions from code review
Co-authored-by: Alexa Kreizinger <[email protected]> Signed-off-by: esmerel <[email protected]>
1 parent 1cd9857 commit e6cfeec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pipeline/filters/grep.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The plugin supports the following configuration parameters:
2020
### Record Accessor Enabled
2121

2222
Enable the [Record Accessor](../../administration/configuring-fluent-bit/classic-mode/record-accessor.md)
23-
feature to specify the KEY. Use the record accesso to match values against nested
23+
feature to specify the KEY. Use the record accessor to match values against nested
2424
values.
2525

2626
## Filter records
@@ -42,11 +42,11 @@ configuration file. The following example assumes that you have a file named
4242

4343
### Command line
4444

45-
When using the command line, pay special attention to quote the regular expressions.
45+
When using the command line, pay close attention to quote the regular expressions.
4646
Using a configuration file might be easier.
4747

4848
The following command loads the [tail](../../pipeline/inputs/tail) plugin and
49-
reads the content of `lines.txt` file. Then the `grep` filter applies a regular
49+
reads the content of `lines.txt`. Then the `grep` filter applies a regular
5050
expression rule over the `log` field created by the `tail` plugin and only passes
5151
records with a field value starting with `aa`:
5252

@@ -103,7 +103,7 @@ pipeline:
103103
{% endtab %}
104104
{% endtabs %}
105105

106-
The filter allows you to use multiple rules which are applied in order. You can
106+
The filter lets you use multiple rules which are applied in order. You can
107107
have as many `Regex` and `Exclude` entries as required.
108108

109109
### Nested fields example

0 commit comments

Comments
 (0)