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:
2020### Record Accessor Enabled
2121
2222Enable 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
2424values.
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.
4646Using a configuration file might be easier.
4747
4848The 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
5050expression rule over the ` log ` field created by the ` tail ` plugin and only passes
5151records 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
107107have as many ` Regex ` and ` Exclude ` entries as required.
108108
109109### Nested fields example
You can’t perform that action at this time.
0 commit comments