https://docs.fluentbit.io/manual/pipeline/outputs/firehose

[SERVICE]
    Flush 1
    Daemon off
[INPUT]
    Name tail
    Tag my_tail
    path /var/logf/app.log
[OUTPUT]
    Name  kinesis_firehose
    Match my_tail
    region ap-northeast-2
    delivery_stream my-stream

구성 파라미터

region: ap-northeast-2 # AWS 리전
delivery_stream: my-stream # Firehose 스트림 이름
log_key: log # Firehose로 보낼 키 이름을 지정한다. 키를 지정하면 해당 키의 값만 전달된다.