You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently @include directive supports to reuse configuration files,
but no way to apply specific configuration files by default (without
specifying to).
In the previous versions, if you want to manage multiple
configuration files, you must use @include directive explicitly.
In this commit, add an option to specify the directory
(e.g. /etc/fluent/conf.d) which stores additional configuration files.
If there are such files under specified directory, they are loaded by
default without @include directive.
If you want to disable this feature, set empty string
for config_include_dir "".
Signed-off-by: Kentaro Hayashi <[email protected]>
0 commit comments