don't strip Parsed, it is useful to keep track of types.Event changes

This commit is contained in:
Thibault bui Koechlin 2020-06-11 13:55:38 +02:00
parent e3525f970b
commit e6536a7265

View file

@ -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 */