I can't forward the json format. #3954
Answered
by
fujimotos
kim-namjin
asked this question in
Q&A
-
I received zeek log(tsv format) as tail, At this time, I want the output format to be json. But the data received by aggregator is tsv line, not json.
This is the result received by the fluentd aggregator and output to stdout.
Can I know why I used the tsv parser but it was not parsed? |
Beta Was this translation helpful? Give feedback.
Answered by
fujimotos
Nov 10, 2022
Replies: 1 comment 1 reply
-
What you're missing is that you need to set up the JSON formatter So remove this part from the forwarder:
and put it to the appropriate part in aggregator's config. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
fujimotos
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What you're missing is that you need to set up the JSON formatter
in the aggregator, not the forwarder side.
So remove this part from the forwarder:
and put it to the appropriate part in aggregator's config.