diff --git a/administration/configuring-fluent-bit/README.md b/administration/configuring-fluent-bit/README.md index e1a73a507..794d41950 100644 --- a/administration/configuring-fluent-bit/README.md +++ b/administration/configuring-fluent-bit/README.md @@ -1,13 +1,14 @@ # Configuring Fluent Bit -Currently, Fluent Bit supports two configuration formats: +Fluent Bit supports these configuration formats: -* [Classic mode](classic-mode/README.md). -* [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) ## CLI flags -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 +options. ```shell $ docker run --rm -it fluent/fluent-bit --help diff --git a/vale-styles/FluentBit/Ampersand.yml b/vale-styles/FluentBit/Ampersand.yml index aa516517c..75117bc08 100644 --- a/vale-styles/FluentBit/Ampersand.yml +++ b/vale-styles/FluentBit/Ampersand.yml @@ -3,7 +3,7 @@ extends: existence 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." nonword: true ignorecase: false -level: error +level: suggestion scope: sentence tokens: - '[^\*{2}].*.&.*[^\*{2}]\n'