Skip to content

Commit

Permalink
Merge pull request #1475 from fluent/lynettemiles/sc-113424/update-ad…
Browse files Browse the repository at this point in the history
…ministration-configuring-fluent
  • Loading branch information
esmerel authored Oct 18, 2024
2 parents 9b70181 + ed1910e commit 5e90309
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
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 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
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'

0 comments on commit 5e90309

Please sign in to comment.