We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e17e71f commit cc30871Copy full SHA for cc30871
administration/configuring-fluent-bit/README.md
@@ -2,12 +2,13 @@
2
3
Fluent Bit supports two configuration formats:
4
5
-* [Classic mode](classic-mode/README.md).
6
-* [YAML](yaml/README.md). (YAML configuration is production ready since Fluent Bit 2.0.)
+* [Classic mode](classic-mode/README.md)
+* [YAML](yaml/README.md) (Fluent Bit 2.0 or greater)
7
8
## CLI flags
9
10
-Fluent Bit also supports a CLI interface with various flags matching up to the configuration options available.
+Fluent Bit also supports a CLI with various flags for the available configuration
11
+options.
12
13
```shell
14
$ docker run --rm -it fluent/fluent-bit --help
0 commit comments