Skip to content

Feature Request: support replace_dots with Firehose #358

@didhd

Description

@didhd

Describe the question/issue

replace_dots are not supported on Firehose config.

Configuration

  output-firehose.conf: |
    [OUTPUT]
        Name  kinesis_firehose
        Match *
        region ap-northeast-2
        delivery_stream anycommerce-stream

        # optimized fluentbit output configuration
        workers             1
        net.keepalive       Off 
        retry_limit         5
        replace_dots        true

Fluent Bit Log Output

[2022/05/31 04:08:26] [error] [lib] backend failed
[2022/05/31 04:08:26] [error] [config] kinesis_firehose: unknown configuration property 'replace_dots'. The following properties are allowed: region, delivery_stream, time_key, time_key_format, role_arn, endpoint, sts_endpoint, external_id, compression, log_key, and auto_retry_requests.
[2022/05/31 04:08:26] [ help] try the command: /fluent-bit/bin/fluent-bit -o kinesis_firehose -h

Fluent Bit Version Info

AWS for Fluent Bit Container Image Version 2.25.1
Fluent Bit v1.9.3
* Copyright (C) 2015-2022 The Fluent Bit Authors
* Fluent Bit is a CNCF sub-project under the umbrella of Fluentd
* https://fluentbit.io

[2022/05/31 04:08:46] [ info] [fluent bit] version=1.9.3

Cluster Details

Amazon EKS

Application Details

fluent bit with small lines of logs

Steps to reproduce issue

Adding replace_dots on config.

Related Issues

aws/amazon-kinesis-firehose-for-fluent-bit#46

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementFeature request or enhancement on existing features

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions