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
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.