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

Parse JSON and Non-JSON for Scribe Input #9

Closed
bryanyork opened this issue Oct 18, 2013 · 2 comments
Closed

Parse JSON and Non-JSON for Scribe Input #9

bryanyork opened this issue Oct 18, 2013 · 2 comments

Comments

@bryanyork
Copy link

Currently, I can only specify one msg_format in my config. I have entries that both include JSON and don't include JSON. I'd like the ability to parse both.

Ideally it should try to parse the object via JSON, and then fall back to text if it can't.

@tagomoris
Copy link
Member

How about to use fluent-plugin-parser to parse JSON logs and Non-JSON logs (regex available) ?
Plugin system is very useful, and we doesn't want to make each plugins heavy.

@tagomoris
Copy link
Member

Please use fluent-plugin-parser.
There is one more idea to support ParserPlugin of Fluentd.

But there seems no more requests for this issue, so I will close this now.
Please re-open for more requests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants