From 2c01011a2fdb81b8370fa22dfa55a409ef4f4ef9 Mon Sep 17 00:00:00 2001 From: sayden Date: Wed, 5 Jun 2019 13:22:41 +0200 Subject: [PATCH] Remove make kibana command from Metricbeat --- metricbeat/Makefile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/metricbeat/Makefile b/metricbeat/Makefile index 710abbe9f89..21dea97ac75 100644 --- a/metricbeat/Makefile +++ b/metricbeat/Makefile @@ -13,13 +13,6 @@ DOCS_BRANCH=$(shell grep doc-branch ../libbeat/docs/version.asciidoc | cut -c 14 include ${ES_BEATS}/libbeat/scripts/Makefile -# Collects all module dashboards -.PHONY: kibana -kibana: - @rm -rf _meta/kibana.generated - @mkdir -p _meta/kibana.generated - @-cp -pr module/*/_meta/kibana/* _meta/kibana.generated - # Collects all module docs .PHONY: collect-docs collect-docs: python-env @@ -50,7 +43,7 @@ imports: python-env # Runs all collection steps and updates afterwards .PHONY: collect -collect: assets collect-docs configs kibana imports +collect: assets collect-docs configs imports # Creates a new metricset. Requires the params MODULE and METRICSET .PHONY: create-metricset