From cbc4a342f3f6f5f6d6932e151d50946e2554dc98 Mon Sep 17 00:00:00 2001 From: Shane Connelly Date: Wed, 23 Mar 2016 08:30:41 -0700 Subject: [PATCH] Nicer formatting of output --- beater/wmibeat.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beater/wmibeat.go b/beater/wmibeat.go index ab8615b..4886fc2 100644 --- a/beater/wmibeat.go +++ b/beater/wmibeat.go @@ -139,7 +139,7 @@ func (bt *Wmibeat) Run(b *beat.Beat) error { classValues = append(classValues, rowValues) rowValues = nil } - allValues = append(allValues, classValues...) + allValues = append(allValues, common.MapStr { class.Class: classValues }) classValues = nil } else {