fluent-plugin-record-modifier
fluent-plugin-record-modifier copied to clipboard
JSON formatted output
Hi there,
how to create json formatted output like this:
{
"data": {
"body": {
"message": {
"body": "Hello, world!"
}
}
}
}
Thanks, Andrey
Sorry, I don't understand your question. Do you want to create above record from scratch or mutate something record?
@repeatedly mutate...
Hi @akhon ,i have met the some question, do you have any solution?