Skip to content

Commit dc70f1a

Browse files
committed
Config: classic mode: adding index page
Signed-off-by: Lynette Miles <[email protected]>
1 parent 9d2c7bf commit dc70f1a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Configure Fluent Bit using classic mode
2+
3+
Fluent Bit classic mode configuration will be deprecated at the end of 2026.
4+
5+
Classic mode is a custom configuration model for Fluent Bit. It's more limited than
6+
the [YAML configuration mode](../configuring-fluent-bit/yaml.md), and doesn't have
7+
the more extensive feature support the YAML configuration has. Classic mode basic design only supports grouping sections with key-value pairs and lacks the ability to handle sub-sections or complex data structures like lists.
8+
9+
Learn more about classic mode:
10+
11+
- [Format and schema](./classic-mode/format-schema.md)
12+
- [Variables](./classic-mode/variables.md)
13+
- [Configuration file](./classic-mode/configuration-file.md)
14+
- [Commands](./classic-mode/commands.md)
15+
- [Upstream servers](./classic-mode/upstream-servers.md)
16+
- [Record accessor syntax](./classic-mode/record-accessor.md)

0 commit comments

Comments
 (0)