Skip to content

Support fluentbit iso8601 time format for p_timestamp #685

@sp0cket

Description

@sp0cket

fluent-bit.conf

[OUTPUT]
    Name  http
    Match *
    host  127.0.0.1
    header Content-Type application/json
    header_tag X-P-Stream
    format json
    Port 8000
    URI /api/v1/ingest
    json_date_key p_timestamp
    json_date_format iso8601

I got an error Event Error: Stream Writer Failed: Schema error: Fail to merge schema field 'p_timestamp' because the from data_type = Utf8 does not equal Timestamp(Millisecond, None)

And I don't want to have an extra timestamp-like key for the time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions