Skip to content

Commit b0ce28d

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

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

administration/configuring-fluent-bit/classic-mode/configuration-file.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
---
2-
description: This page describes the main configuration file used by Fluent Bit.
3-
---
4-
51
# Configuration file
62

73
<img referrerpolicy="no-referrer-when-downgrade" src="https://static.scarf.sh/a.png?x-pxid=5e67142e-3887-4b56-b940-18494bcc23a7" />
@@ -119,7 +115,7 @@ The following is an example of an `OUTPUT` section:
119115
Match my*cpu
120116
```
121117

122-
### Example: collecting CPU metrics
118+
### Collecting `cpu` metrics example
123119

124120
The following configuration file example demonstrates how to collect CPU metrics and flush the results every five seconds to the standard output:
125121

@@ -138,7 +134,7 @@ The following configuration file example demonstrates how to collect CPU metrics
138134
Match my*cpu
139135
```
140136

141-
## Config Include File
137+
## Config include file
142138

143139
To avoid complicated long configuration files is better to split specific parts in different files and call them (include) from one main file. The `@INCLUDE` can be used in the following way:
144140

0 commit comments

Comments
 (0)