Merging and Formatting Data from Multiple Fluentd Tags #4284
JeremyBosquet
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm trying to format the data I retrieve from two inputs in Fluentd and format this data to send it to Elasticsearch.
Is it possible to format Fluentd data coming from two tags into a single ?
Example:
Input 1 (tag: pg.core):
Input 2 (tag: pg.pos):
Format to ->
I thought about developing a formatter-type plugin and sending it with a tag (pg.*). However, the plugin would only have one of the two inputs. Do you have any ideas?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions