File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
administration/configuring-fluent-bit Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11# Configuring Fluent Bit
22
3- Currently, Fluent Bit supports two configuration formats:
3+ Fluent Bit supports these configuration formats:
44
5- * [ Classic mode] ( classic-mode/README.md ) .
6- * [ Yaml ] ( yaml/README.md ) . (YAML configuration is production ready since Fluent Bit 2.0. )
5+ - [ Classic mode] ( classic-mode/README.md )
6+ - [ YAML ] ( yaml/README.md ) ( Fluent Bit 2.0 or greater )
77
88## CLI flags
99
10- Fluent Bit also supports a CLI interface with various flags matching up to the configuration options available.
10+ Fluent Bit also supports a CLI with various flags for the available configuration
11+ options.
1112
1213``` shell
1314$ docker run --rm -it fluent/fluent-bit --help
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ extends: existence
33message : " Don't use an ampersand in place of the word 'and'. Always write out 'and' unless the ampersand is part of a proper name."
44nonword : true
55ignorecase : false
6- level : error
6+ level : suggestion
77scope : sentence
88tokens :
99 - ' [^\*{2}].*.&.*[^\*{2}]\n'
You can’t perform that action at this time.
0 commit comments