Skip to content

Commit c9bd723

Browse files
committed
add note to classic format
Signed-off-by: Jimin Ha <jimin9038@g.skku.edu>
1 parent 14848e9 commit c9bd723

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

administration/configuring-fluent-bit/classic-mode/configuration-file.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,3 +159,5 @@ Wildcard character (`*`) supports including multiple files. For example:
159159
```
160160

161161
Files matching the wildcard character are included unsorted. If plugin ordering between files needs to be preserved, the files should be included explicitly.
162+
163+
Environment variables aren't supported in includes section. The file path must be specified as a literal string.

administration/configuring-fluent-bit/yaml/includes-section.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ Ensure that the included files are formatted correctly and contain valid YAML co
2727
2828
If a path isn't specified as absolute, it will be treated as relative to the file that includes it.
2929
30-
Environment variables are not supported in includes section. The file path must be specified as a literal string.
30+
Environment variables aren't supported in includes section. The file path must be specified as a literal string.

0 commit comments

Comments
 (0)