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
Describe the bug
firehose enabled creates an OUTPUT of name firehose, which is the old plugin. Logs warn
AWS for Fluent Bit Container Image Version 2.31.11time="2023-10-02T10:33:38Z" level=info msg="A new higher performance Firehose plugin has been released; you are using the old plugin. Check out the new plugin's documentation and consider migrating.\nhttps://docs.fluentbit.io/manual/pipeline/outputs/firehose"
jbeaken
changed the title
aws-for-fluent-bit outputs firehose OUTPUT instead of never kinesis_firehose
aws-for-fluent-bit outputs firehose OUTPUT instead of newer kinesis_firehose
Oct 2, 2023
jbeaken
changed the title
aws-for-fluent-bit outputs firehose OUTPUT instead of newer kinesis_firehose
aws-for-fluent-bit emits firehose OUTPUT instead of newer kinesis_firehose OUTPUT
Oct 2, 2023
You can workaround this by using additionalOutputs:
additionalOutputs: |
[OUTPUT]
Name kinesis_firehose
Match *
region "{{ .cluster.fluentbit.aos_region }}"
delivery_stream "{{ .cluster.fluentbit.firehose_name }}"
time_key time
time_key_format %Y-%m-%dT%H:%M:%S.%3N
Describe the bug
firehose enabled creates an OUTPUT of name firehose, which is the old plugin. Logs warn
AWS for Fluent Bit Container Image Version 2.31.11time="2023-10-02T10:33:38Z" level=info msg="A new higher performance Firehose plugin has been released; you are using the old plugin. Check out the new plugin's documentation and consider migrating.\nhttps://docs.fluentbit.io/manual/pipeline/outputs/firehose"
Steps to reproduce
values.yaml :
Expected outcome
A concise description of what you expected to happen.
but instead have
Name firehose
Environment
Additional Context:
The text was updated successfully, but these errors were encountered: