From f13375203ea41c37b3e807555c6ba806c0a13a87 Mon Sep 17 00:00:00 2001 From: ytzlax Date: Mon, 26 Nov 2018 20:45:01 +0200 Subject: [PATCH] kibana 6.4.3 version --- README.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 42a67c8..65312ad 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,11 @@ In case you do not wish to define all the visualization's properties (`isFullSta # Install cd kibana_home, then type the appropriate command: +Kibana 6.4.3 +``` +./bin/kibana-plugin install https://github.com/Webiks/kibana-API/releases/download/v6.4.3_0.6.0/kibana_api-0.6.0.zip +``` + Kibana 6.4.2 ``` ./bin/kibana-plugin install https://github.com/Webiks/kibana-API/releases/download/v6.4.2_0.6.0/kibana_api-0.6.0.zip diff --git a/package.json b/package.json index e7b9795..91372eb 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "This plugin allow you to crete visualization dynamiclly", "main": "index.js", "kibana": { - "version": "6.4.2" + "version": "6.4.3" }, "repository": { "type": "git",