Skip to content

Commit 72f414b

Browse files
eschabellTom
authored andcommitted
Fixing error in YAML examples for multiline parsing yaml doc. (fluent#1874)
Signed-off-by: Eric D. Schabell <[email protected]> Signed-off-by: Tom <[email protected]>
1 parent d842d39 commit 72f414b

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)