Skip to content

Commit 1cfd26c

Browse files
authored
Note that envvar cannot be used in include section (#2289)
* note that envvar cannot be used in include section Signed-off-by: Jimin Ha <[email protected]> * add note to classic format Signed-off-by: Jimin Ha <[email protected]> --------- Signed-off-by: Jimin Ha <[email protected]>
1 parent 8c05fe4 commit 1cfd26c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,5 @@ includes:
2626
Ensure that the included files are formatted correctly and contain valid YAML configurations for seamless integration.
2727
2828
If a path isn't specified as absolute, it will be treated as relative to the file that includes it.
29+
30+
Environment variables aren't supported in includes section. The file path must be specified as a literal string.

0 commit comments

Comments
 (0)