Hi,
In the logstash output plugin, i would like to get the complete event data. Could you please advice on how we can achieve that,. Once the event is received, I would like to wrap it around another json object. This will be done in http output plugin to support kafka-rest format payload.
want to achieve something like this.
{
"records": [ {
"value" : {event data}
]
}
Thanks,
Rajesh