Can metricbeat print multiple logs within one event?

Hi experts,

I'm using metricbeat to log some metrics of my system with http module, output is json style.
Somehow there's a data size limitation on single log in my system, is there any way I can have metricbeat output multiple logs from a single event?
For example:

{"a":"1000","b":"2000","c":"3000"}

I'd like to print them like:
{"a":"1000"}
{"b":"2000"}
{"c":"3000"}

Thanks

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.