Skip to content

Commit

Permalink
[7.3] Collecting missing fields for type:logstash_state docs… (#13178)
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator authored Aug 9, 2019
1 parent 7715418 commit f7ade62
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion metricbeat/module/logstash/logstash.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,10 @@ type graph struct {
}

type graphContainer struct {
Graph *graph `json:"graph,omitempty"`
Graph *graph `json:"graph,omitempty"`
Type string `json:"type"`
Version string `json:"version"`
Hash string `json:"hash"`
}

// PipelineState represents the state (shape) of a Logstash pipeline
Expand Down

0 comments on commit f7ade62

Please sign in to comment.