Skip to content

Commit 8f223ad

Browse files
Apply suggestions from code review
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Signed-off-by: Alexa Kreizinger <alexakreizinger@gmail.com>
1 parent 9a51936 commit 8f223ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

administration/configuring-fluent-bit/yaml/parsers-section.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ You can define customer [parsers](../pipeline/parsers.md) in the `parsers` secti
44

55
{% hint style="info" %}
66

7-
To define custom multiline parsers, use [the `multiline_parsers` section](..administration/configuring-fluent-bit/yaml/multiline-parsers-section) of YAML configuration files.
7+
To define custom multiline parsers, use [the `multiline_parsers` section](../administration/configuring-fluent-bit/yaml/multiline-parsers-section.md) of YAML configuration files.
88

99
{% endhint %}
1010

@@ -23,7 +23,7 @@ parsers:
2323
time_format: '%Y-%m-%dT%H:%M:%S.%L'
2424
time_keep: on
2525

26-
- name: customer_parser2
26+
- name: custom_parser2
2727
format: regex
2828
regex: '^\<(?<pri>[0-9]{1,5})\>1 (?<time>[^ ]+) (?<host>[^ ]+) (?<ident>[^ ]+) (?<pid>[-0-9]+) (?<msgid>[^ ]+) (?<extradata>(\[(.*)\]|-)) (?<message>.+)$'
2929
time_key: time

0 commit comments

Comments
 (0)