Skip to content

Commit c48dfce

Browse files
Apply suggestions from code review
Co-authored-by: Alexa Kreizinger <[email protected]> Signed-off-by: Lynette Miles <[email protected]>
1 parent f48f406 commit c48dfce

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

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

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Fluent Bit might optionally use a configuration file to define how the service w
55
The schema is defined by three concepts:
66

77
- Sections
8-
- Entries: Key/Value
8+
- Entries: key/value
99
- Indented Configuration Mode
1010

1111
An example of a configuration file is as follows:
@@ -19,16 +19,15 @@ An example of a configuration file is as follows:
1919

2020
## Sections
2121

22-
A section is defined by a name or title inside brackets. Using the previous example,
23-
a Service section has been set using `[SERVICE]` definition. The following rules apply:
22+
A section is defined by a name or title inside brackets. Using the previous example, a Service section has been set using `[SERVICE]` definition. The following rules apply:
2423

25-
- All section content must be indented (4 spaces ideally).
24+
- All section content must be indented (four spaces ideally).
2625
- Multiple sections can exist on the same file.
2726
- A section must have comments and entries.
2827
- Any commented line under a section must be indented too.
2928
- End-of-line comments aren't supported, only full-line comments.
3029

31-
## Entries: Key/Value
30+
## Entries: key/value
3231

3332
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:
3433

@@ -54,5 +53,4 @@ Fluent Bit configuration files are based in a strict indented mode. Each configu
5453
KeyN 3.14
5554
```
5655

57-
This example shows two sections with multiple entries and comments. Empty lines are
58-
allowed.
56+
This example shows two sections with multiple entries and comments. Empty lines are allowed.

0 commit comments

Comments
 (0)