Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fluentbit ingest compatibility #5404

Open
waynexia opened this issue Jan 20, 2025 · 0 comments
Open

fluentbit ingest compatibility #5404

waynexia opened this issue Jan 20, 2025 · 0 comments
Labels
C-enhancement Category Enhancements help wanted Extra attention is needed

Comments

@waynexia
Copy link
Member

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

@waynexia waynexia added the C-enhancement Category Enhancements label Jan 20, 2025
@killme2008 killme2008 added the help wanted Extra attention is needed label Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category Enhancements help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants