From ede435c72febc48079d4edd516a91e4543fe1f00 Mon Sep 17 00:00:00 2001 From: Jaime Soriano Pastor Date: Mon, 24 Sep 2018 16:21:07 +0200 Subject: [PATCH] Fix incorrect type conversion of average response time in Haproxy dashboards (#8404) --- CHANGELOG.asciidoc | 1 + .../kibana/6/dashboard/Metricbeat-haproxy-visualizations.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 84c933182d1..1ce143c7d92 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -76,6 +76,7 @@ https://github.com/elastic/beats/compare/v6.4.0...master[Check the HEAD diff] - Fixed the RPM by designating the modules.d config files as configuration data in the RPM spec. {issue}8075[8075] - Fixed the location of the modules.d dir in Deb and RPM packages. {issue}8104[8104] - Add docker diskio stats on Windows. {issue}6815[6815] {pull}8126[8126] +- Fix incorrect type conversion of average response time in Haproxy dashboards {pull}8404[8404] *Packetbeat* diff --git a/metricbeat/module/haproxy/_meta/kibana/6/dashboard/Metricbeat-haproxy-visualizations.json b/metricbeat/module/haproxy/_meta/kibana/6/dashboard/Metricbeat-haproxy-visualizations.json index a253c39bdbf..52632d40072 100644 --- a/metricbeat/module/haproxy/_meta/kibana/6/dashboard/Metricbeat-haproxy-visualizations.json +++ b/metricbeat/module/haproxy/_meta/kibana/6/dashboard/Metricbeat-haproxy-visualizations.json @@ -729,7 +729,7 @@ "chart_type": "line", "color": "#68BC00", "fill": 0.5, - "formatter": "s,ms,0", + "formatter": "ms,ms,0", "id": "61ca57f1-469d-11e7-af02-69e470af7417", "label": "Average response time", "line_width": 1, @@ -1338,4 +1338,4 @@ } ], "version": "6.2.2" -} \ No newline at end of file +}