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
[INPUT]
Name tcp
Listen 127.0.0.1
Port 8877
Tag firelens-healthcheck
[INPUT]
Name forward
unix_path /var/run/fluent.sock
[INPUT]
Name forward
Listen 127.0.0.1
Port 24224
@INCLUDE
[OUTPUT]
Name null
Match firelens-healthcheck
[OUTPUT]
Name cloudwatch
Match web-firelens*
auto_create_group true
log_group_name group
log_stream_name stream
region us-west-2
Notice the @INCLUDE which is invalid and has no path. In previous versions this doens't cause any issue. In 1.9.3 it does.
Consider the following config:
Notice the
@INCLUDE
which is invalid and has no path. In previous versions this doens't cause any issue. In 1.9.3 it does.1.9.3:
Notice it thinks there are no outputs. Notice there is no error reading the config.
Whereas, in 1.8 series it happily ignores the invalid @include and then continues on and reads the outputs:
**This is a bug. It should error if the @include is invalid or the old behavior should remain. **
The text was updated successfully, but these errors were encountered: