Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions administration/configuring-fluent-bit/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# Configuring Fluent Bit

Currently, Fluent Bit supports two configuration formats:
Fluent Bit supports two 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
Expand Down
2 changes: 1 addition & 1 deletion vale-styles/FluentBit/Ampersand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'