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 1
1
# Configuring Fluent Bit
2
2
3
- Currently, Fluent Bit supports two configuration formats:
3
+ Fluent Bit supports these configuration formats:
4
4
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 )
7
7
8
8
## CLI flags
9
9
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.
11
12
12
13
``` shell
13
14
$ docker run --rm -it fluent/fluent-bit --help
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ extends: existence
3
3
message : " Don't use an ampersand in place of the word 'and'. Always write out 'and' unless the ampersand is part of a proper name."
4
4
nonword : true
5
5
ignorecase : false
6
- level : error
6
+ level : suggestion
7
7
scope : sentence
8
8
tokens :
9
9
- ' [^\*{2}].*.&.*[^\*{2}]\n'
You can’t perform that action at this time.
0 commit comments