diff --git a/pkg/types/event.go b/pkg/types/event.go index e1a43d382..d23d42ca8 100644 --- a/pkg/types/event.go +++ b/pkg/types/event.go @@ -21,7 +21,7 @@ type Event struct { /* original line (produced by acquisition) */ Line Line `json:"-" yaml:"Line,omitempty"` /* output of groks */ - Parsed map[string]string `json:"-" yaml:"Parsed,omitempty"` + Parsed map[string]string `json:"Parsed,omitempty" yaml:"Parsed,omitempty"` /* output of enrichment */ Enriched map[string]string `json:"Enriched,omitempty" yaml:"Enriched,omitempty"` /* Overflow */