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
processor: fail on startup when invalid processors are configured
This change makes Fluent Bit fail to start when a configuration includes
an invalid processor (one that doesn't exist or fails to initialize).
Previously, Fluent Bit would log an error but continue starting up,
potentially masking configuration issues.
- Add early exit conditions when a processor plugin doesn't exist
- Add early exit conditions when a processor plugin fails to initialize
- Improve error messages to be more descriptive
Part of #10305
0 commit comments