From ebd64765eba4e54829c682a5344df1fe91c9ecf6 Mon Sep 17 00:00:00 2001 From: Jaime Soriano Pastor Date: Mon, 3 Dec 2018 14:53:09 +0100 Subject: [PATCH] Fix location of haproxy filebeat dashboard (#9313) Fixes #9307 (cherry picked from commit 75775cc7164e9cb79fed96bbbfdd907ce7c072e0) --- CHANGELOG.asciidoc | 1 + .../{default => 6}/dashboard/Filebeat-haproxy-overview.json | 0 2 files changed, 1 insertion(+) rename filebeat/module/haproxy/_meta/kibana/{default => 6}/dashboard/Filebeat-haproxy-overview.json (100%) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 09a8d1e3e47..23fad3869f1 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -47,6 +47,7 @@ https://github.com/elastic/beats/compare/v6.5.0...6.x[Check the HEAD diff] - Just enabling the `elasticsearch` fileset and starting Filebeat no longer causes an error. {pull}8891[8891] - Fix macOS default log path for elasticsearch module based on homebrew paths. {pul}8939[8939] - Make sure the Filebeat Elastic licensed packages uses the Elastic binary instead of the OSS. {pull}8836[8836] +- Fix installation of haproxy dashboard. {issue}9307[9307] {pull}9313[9313] *Heartbeat* diff --git a/filebeat/module/haproxy/_meta/kibana/default/dashboard/Filebeat-haproxy-overview.json b/filebeat/module/haproxy/_meta/kibana/6/dashboard/Filebeat-haproxy-overview.json similarity index 100% rename from filebeat/module/haproxy/_meta/kibana/default/dashboard/Filebeat-haproxy-overview.json rename to filebeat/module/haproxy/_meta/kibana/6/dashboard/Filebeat-haproxy-overview.json