Skip to content

Commit d095766

Browse files
authored
Fixing error in YAML examples for multiline parsing yaml doc. (#1874)
Signed-off-by: Eric D. Schabell <[email protected]>
1 parent 931afaa commit d095766

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

administration/configuring-fluent-bit/multiline-parsing.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,10 @@ multiline_parsers:
189189
rules:
190190
- state: start_state
191191
regex: '/([a-zA-Z]+ \d+ \d+\:\d+\:\d+)(.*)/'
192-
next_state: cont
192+
next_state: cont
193193
- state: cont
194194
regex: '/^\s+at.*/'
195+
next_state: cont
195196
```
196197

197198

0 commit comments

Comments
 (0)