Skip to content

Commit 5e90309

Browse files
authored
Merge pull request #1475 from fluent/lynettemiles/sc-113424/update-administration-configuring-fluent
2 parents 9b70181 + ed1910e commit 5e90309

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

administration/configuring-fluent-bit/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
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

vale-styles/FluentBit/Ampersand.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ extends: existence
33
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."
44
nonword: true
55
ignorecase: false
6-
level: error
6+
level: suggestion
77
scope: sentence
88
tokens:
99
- '[^\*{2}].*.&.*[^\*{2}]\n'

0 commit comments

Comments
 (0)