Skip to content

Commit adaaae9

Browse files
authored
Merge pull request #1763 from eschabell/erics-fix-multiline-parsing
Fixed missing opening curly brackets on tabs construct in the multiline parsing doc. Fixes reopened #1757.
2 parents 3533c94 + d27adab commit adaaae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ The following example retrieves `date` and `message` from concatenated logs.
282282

283283
Example files content:
284284

285-
% tabs %}
285+
{% tabs %}
286286

287287
{% tab title="fluent-bit.yaml" %}
288288

0 commit comments

Comments
 (0)