Skip to content

Commit 7655ab2

Browse files
committed
Admin: config: classic: schema: final style
Signed-off-by: Lynette Miles <[email protected]>
1 parent b0ce28d commit 7655ab2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

administration/configuring-fluent-bit/classic-mode/format-schema.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ A section is defined by a name or title inside brackets. Using the previous exam
2727
- Any commented line under a section must be indented too.
2828
- End-of-line comments aren't supported, only full-line comments.
2929

30-
## Entries: key/value
30+
## Entries: `key`/`value`
3131

3232
A section can contain entries. An entry is defined by a line of text that contains a `Key` and a `Value`. Using the previous example, the `[SERVICE]` section contains two entries: one is the key `Daemon` with value `off` and the other is the key `Log_Level` with the value `debug`. The following rules apply:
3333

3434
- An entry is defined by a key and a value.
3535
- A key must be indented.
36-
- A key must contain a value which ends in the breakline.
36+
- A key must contain a value which ends in a line break.
3737
- Multiple keys with the same name can exist.
3838

3939
Commented lines are set prefixing the `#` character. Commented lines aren't processed but they must be indented.

0 commit comments

Comments
 (0)