-
Notifications
You must be signed in to change notification settings - Fork 520
Add documentation of output formats #1093
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
base: master
Are you sure you want to change the base?
Conversation
55e7c3c
to
ba710a2
Compare
Formats: * json * json_lines * json_stream * gelf * msgpack Documentation suggested in fluent#300 Signed-off-by: Morten Hekkvang <[email protected]>
ba710a2
to
76122c0
Compare
We probably should link out or back to the plugins that support this? |
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
We need to: |
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
Can we please prioritize this? The documentation is super sparse about output formats and we seem to have a PR ready for it? Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Was struggling today with the homepage as there is not explanation of what the other json_*
formats actually mean.
Thanks!
@flipbit03 I don't think this PR is ready so please contribute the updates #1093 (comment) |
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
Formats:
Documentation suggested in #300