From f7ade62e06cc6fed8f1f9c4f99a9614265236df6 Mon Sep 17 00:00:00 2001 From: Shaunak Kashyap Date: Fri, 9 Aug 2019 06:29:51 -0700 Subject: [PATCH] =?UTF-8?q?[7.3]=20Collecting=20missing=20fields=20for=20`?= =?UTF-8?q?type:logstash=5Fstate`=20docs=E2=80=A6=20(#13178)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- metricbeat/module/logstash/logstash.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/metricbeat/module/logstash/logstash.go b/metricbeat/module/logstash/logstash.go index abc74d2873e9..6e5bd523d0d9 100644 --- a/metricbeat/module/logstash/logstash.go +++ b/metricbeat/module/logstash/logstash.go @@ -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