don't strip Parsed, it is useful to keep track of types.Event changes
This commit is contained in:
parent
e3525f970b
commit
e6536a7265
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ type Event struct {
|
||||||
/* original line (produced by acquisition) */
|
/* original line (produced by acquisition) */
|
||||||
Line Line `json:"-" yaml:"Line,omitempty"`
|
Line Line `json:"-" yaml:"Line,omitempty"`
|
||||||
/* output of groks */
|
/* output of groks */
|
||||||
Parsed map[string]string `json:"-" yaml:"Parsed,omitempty"`
|
Parsed map[string]string `json:"Parsed,omitempty" yaml:"Parsed,omitempty"`
|
||||||
/* output of enrichment */
|
/* output of enrichment */
|
||||||
Enriched map[string]string `json:"Enriched,omitempty" yaml:"Enriched,omitempty"`
|
Enriched map[string]string `json:"Enriched,omitempty" yaml:"Enriched,omitempty"`
|
||||||
/* Overflow */
|
/* Overflow */
|
||||||
|
|
Loading…
Add table
Reference in a new issue