You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2023-09-21 22:20:34 2023-09-22 03:20:34 +0000 [warn]: #0 dump an error event: error_class=Fluent::Plugin::Parser::ParserError error="pattern not matched with data '{ \"date\" ...
What I'm doing wrong?
Thanks
...
Steps to replicate
Provide example config and message
Expected Behavior
...
Your environment
OS version
paste result of fluentd --version or td-agent --version
plugin version
paste boot log of fluentd or td-agent
paste result of fluent-gem list, td-agent-gem list or your Gemfile.lock
The text was updated successfully, but these errors were encountered:
I think there is nothing wrong with fluent-plugin-concat.
It would be because the concatenated data is not the correct JSON format.
This code throws:
2023-09-21 22:20:34 2023-09-22 03:20:34 +0000 [warn]: #0 dump an error event: error_class=Fluent::Plugin::Parser::ParserError error="pattern not matched with data '{ \"date\" ...
Did you omit this log?
You can confirm the format of the data in this log.
Please check whether the data is correct JSON.
Problem
I'm trying to parse pretty print JSON logs. Each file will contain an exact json object.
It works if I set the flush interval option, but I wonder why
separator ""
doesnt work.Example log:
This code throws:
What I'm doing wrong?
Thanks
...
Steps to replicate
Provide example config and message
Expected Behavior
...
Your environment
fluentd --version
ortd-agent --version
fluent-gem list
,td-agent-gem list
or your Gemfile.lockThe text was updated successfully, but these errors were encountered: