Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,5 @@
```

Files matching the wildcard character are included unsorted. If plugin ordering between files needs to be preserved, the files should be included explicitly.

Environment variables aren't supported in includes section. The file path must be specified as a literal string.

Check warning on line 163 in administration/configuring-fluent-bit/classic-mode/configuration-file.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [FluentBit.WordList] Use 'path' instead of 'file path'. Raw Output: {"message": "[FluentBit.WordList] Use 'path' instead of 'file path'.", "location": {"path": "administration/configuring-fluent-bit/classic-mode/configuration-file.md", "range": {"start": {"line": 163, "column": 65}}}, "severity": "INFO"}
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@
Ensure that the included files are formatted correctly and contain valid YAML configurations for seamless integration.

If a path isn't specified as absolute, it will be treated as relative to the file that includes it.

Environment variables aren't supported in includes section. The file path must be specified as a literal string.

Check warning on line 30 in administration/configuring-fluent-bit/yaml/includes-section.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [FluentBit.WordList] Use 'path' instead of 'file path'. Raw Output: {"message": "[FluentBit.WordList] Use 'path' instead of 'file path'.", "location": {"path": "administration/configuring-fluent-bit/yaml/includes-section.md", "range": {"start": {"line": 30, "column": 65}}}, "severity": "INFO"}