# Can metricbeat print multiple logs within one event?

**URL:** https://discuss.elastic.co/t/can-metricbeat-print-multiple-logs-within-one-event/273791
**Category:** Beats
**Tags:** metricbeat
**Created:** [May 24, 2021, 8:19am UTC](https://discuss.elastic.co/t/can-metricbeat-print-multiple-logs-within-one-event/273791 "2021-05-24T08:19:10Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![CHU\_XU](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/chu_xu/32/45946_2.png) [@CHU\_XU](https://discuss.elastic.co/u/CHU_XU)
#### Post date: [May 24, 2021, 8:19am UTC](https://discuss.elastic.co/t/can-metricbeat-print-multiple-logs-within-one-event/273791/1 "2021-05-24T08:19:10Z")

</div>

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:

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

```

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

Thanks

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [June 21, 2021, 10:20am UTC](https://discuss.elastic.co/t/can-metricbeat-print-multiple-logs-within-one-event/273791/2 "2021-06-21T10:20:06Z")

</div>

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