File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ The plugin supports the following configuration parameters:
20
20
### Record Accessor Enabled
21
21
22
22
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
24
24
values.
25
25
26
26
## Filter records
@@ -42,11 +42,11 @@ configuration file. The following example assumes that you have a file named
42
42
43
43
### Command line
44
44
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.
46
46
Using a configuration file might be easier.
47
47
48
48
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
50
50
expression rule over the ` log ` field created by the ` tail ` plugin and only passes
51
51
records with a field value starting with ` aa ` :
52
52
@@ -103,7 +103,7 @@ pipeline:
103
103
{% endtab %}
104
104
{% endtabs %}
105
105
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
107
107
have as many ` Regex ` and ` Exclude ` entries as required.
108
108
109
109
### Nested fields example
You can’t perform that action at this time.
0 commit comments