GreptimeTeam/greptimedb

fluentbit ingest compatibility

Open

#5,404 opened on Jan 20, 2025

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Rust (495 forks)github user discovery
C-enhancementhelp wanted

Repository metrics

Stars
 (6,332 stars)
PR merge metrics
 (PR metrics pending)

Description

What type of enhancement is this?

API improvement, User experience

What does the enhancement do?

fluentbit supports 4 types of output format:

  • json
    • application/json
    • supported
  • json_lines
    • application/x-ndjson
    • format supported but header is not allowed
  • json_stream
    • application/x-json-stream
    • unknown status
  • msgpack
    • application/msgpack
    • unsupported
    • default option

reference: https://docs.fluentbit.io/manual/pipeline/outputs/standard-output

Implementation challenges

No response

Contributor guide