From 7a62c8bf2969529bff6e568adcc73d8f45e009f2 Mon Sep 17 00:00:00 2001 From: DanLeeRunk Date: Mon, 16 Oct 2017 17:21:44 -0700 Subject: [PATCH 1/2] Changed MySQL active connections viz title to MySQL total connections --- .../visualization/e784dc50-0005-11e7-bf7f-c9acc3d3e306.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metricbeat/module/mysql/_meta/kibana/5.x/visualization/e784dc50-0005-11e7-bf7f-c9acc3d3e306.json b/metricbeat/module/mysql/_meta/kibana/5.x/visualization/e784dc50-0005-11e7-bf7f-c9acc3d3e306.json index 9df0e8d1111..a4f7265693a 100644 --- a/metricbeat/module/mysql/_meta/kibana/5.x/visualization/e784dc50-0005-11e7-bf7f-c9acc3d3e306.json +++ b/metricbeat/module/mysql/_meta/kibana/5.x/visualization/e784dc50-0005-11e7-bf7f-c9acc3d3e306.json @@ -1,7 +1,7 @@ { - "visState": "{\"title\":\"MySQL active connections\",\"type\":\"line\",\"params\":{\"addTooltip\":true,\"addLegend\":true,\"legendPosition\":\"bottom\",\"showCircles\":true,\"interpolate\":\"linear\",\"scale\":\"linear\",\"drawLinesBetweenPoints\":true,\"radiusRatio\":9,\"times\":[],\"addTimeMarker\":false,\"defaultYExtents\":false,\"setYExtents\":false},\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"avg\",\"schema\":\"metric\",\"params\":{\"field\":\"mysql.status.connections\"}},{\"id\":\"2\",\"enabled\":true,\"type\":\"date_histogram\",\"schema\":\"segment\",\"params\":{\"field\":\"@timestamp\",\"interval\":\"auto\",\"customInterval\":\"2h\",\"min_doc_count\":1,\"extended_bounds\":{}}}],\"listeners\":{}}", + "visState": "{\"title\":\"MySQL total connections\",\"type\":\"line\",\"params\":{\"addTooltip\":true,\"addLegend\":true,\"legendPosition\":\"bottom\",\"showCircles\":true,\"interpolate\":\"linear\",\"scale\":\"linear\",\"drawLinesBetweenPoints\":true,\"radiusRatio\":9,\"times\":[],\"addTimeMarker\":false,\"defaultYExtents\":false,\"setYExtents\":false},\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"avg\",\"schema\":\"metric\",\"params\":{\"field\":\"mysql.status.connections\"}},{\"id\":\"2\",\"enabled\":true,\"type\":\"date_histogram\",\"schema\":\"segment\",\"params\":{\"field\":\"@timestamp\",\"interval\":\"auto\",\"customInterval\":\"2h\",\"min_doc_count\":1,\"extended_bounds\":{}}}],\"listeners\":{}}", "description": "", - "title": "MySQL active connections", + "title": "MySQL total connections", "uiStateJSON": "{}", "version": 1, "savedSearchId": "67e88e60-0005-11e7-aaf1-b342e4b94bb0", From d229bb5ed3094b446dc01923a627f328280fbacd Mon Sep 17 00:00:00 2001 From: DanLeeRunk Date: Thu, 26 Oct 2017 16:57:31 -0700 Subject: [PATCH 2/2] Update CHANGELOG --- CHANGELOG.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index d3c5d8d310d..443c70d066f 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -58,6 +58,7 @@ https://github.com/elastic/beats/compare/v6.0.0-beta2...master[Check the HEAD di - Use `beat.name` instead of `beat.hostname` in the Host Overview dashboard. {pull}5340[5340] - Fix the loading of 5.x dashboards. {issue}5277[5277] - Fix the fetching of process information when some data is missing under MacOS X. {issue}5337[5337] +- Change `MySQL active connections` visualization title to `MySQL total connections`. {issue}4812[4812] *Packetbeat*