We have been working with "json_batch" feature that was enabled recently in logstash-output-http plugin.
We are also exploring the usage of "msgpack" codec along with this plugin. I couldn't find any documentation on this usage. Can you please confirm if it is possible to send a msgpack data or an array of msgpack data using logstash-output-http plugin?
Hi Biesemeyer, We want to know if the msgpack codec will work along with json_batch feature together. As of now, we are using the output config as follows and this works as expected.
output {
http {
url => "http://xxxx:8080"
http_method => "post"
http_compression => "false"
format => "json_batch"
codec => "json"
}
However, what we want is to change the codec to "msgpack" instead of json and expect json_batch feature to also be supported at the same time. Will this work?
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.