From 8e5d3d3b8db22a2543aa37bcba33b36ab9d3b3bb Mon Sep 17 00:00:00 2001 From: Nicolas Ruflin Date: Tue, 21 May 2019 15:00:17 +0200 Subject: [PATCH] [Filebeat] Move dashboards from 8 to 7 directory (#12217) The CoreDNS and Envoyproxy dashboard were in the 8 instead of 7 directory. This PR fixes this. --- .../kibana/{8 => 7}/dashboard/Coredns-Overview-Dashboard.json | 0 .../kibana/{8 => 7}/dashboard/Filebeat-Envoyproxy-Overview.json | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename x-pack/filebeat/module/coredns/_meta/kibana/{8 => 7}/dashboard/Coredns-Overview-Dashboard.json (100%) rename x-pack/filebeat/module/envoyproxy/_meta/kibana/{8 => 7}/dashboard/Filebeat-Envoyproxy-Overview.json (100%) diff --git a/x-pack/filebeat/module/coredns/_meta/kibana/8/dashboard/Coredns-Overview-Dashboard.json b/x-pack/filebeat/module/coredns/_meta/kibana/7/dashboard/Coredns-Overview-Dashboard.json similarity index 100% rename from x-pack/filebeat/module/coredns/_meta/kibana/8/dashboard/Coredns-Overview-Dashboard.json rename to x-pack/filebeat/module/coredns/_meta/kibana/7/dashboard/Coredns-Overview-Dashboard.json diff --git a/x-pack/filebeat/module/envoyproxy/_meta/kibana/8/dashboard/Filebeat-Envoyproxy-Overview.json b/x-pack/filebeat/module/envoyproxy/_meta/kibana/7/dashboard/Filebeat-Envoyproxy-Overview.json similarity index 100% rename from x-pack/filebeat/module/envoyproxy/_meta/kibana/8/dashboard/Filebeat-Envoyproxy-Overview.json rename to x-pack/filebeat/module/envoyproxy/_meta/kibana/7/dashboard/Filebeat-Envoyproxy-Overview.json