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
Insread of just --dry-running the config for a namespace, a normal
fluentd process is now started. A <source> of type @just_exit is added
to the expanded user config which just does exit(0). If any plug-in
(filter or output) is misconfigured then fluentd exits immediately after
encountering the error.
This helps ignore namespaces with misconfigured sensitive plugins like
S3 or logzio - or any other plugin that requires credentials to work.
See #15 for more info.
Running fluentd with --dry-run only checks the general config format. If a plugin is misconfigured it will cause the daemon to exit.
Find a way to validate config by actually running fluentd with the config file being validated and catch any errors.
The text was updated successfully, but these errors were encountered: