From 1b7f8a5bb5a2b42d496086649a6ec72ec133f052 Mon Sep 17 00:00:00 2001 From: Blerim Sheqa Date: Mon, 18 Dec 2017 13:57:45 +0100 Subject: [PATCH] Release version 5.6.6 --- CHANGELOG.md | 5 +++++ README.md | 4 ++-- version.yml | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0818bec0..c435a658 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Icingabeat CHANGELOG +## v5.6.0 + +### Features +* Update libbeat to version 5.6.6 + ## v1.1.1 ### Bugs diff --git a/README.md b/README.md index 968f601b..20b0aa54 100644 --- a/README.md +++ b/README.md @@ -154,8 +154,8 @@ exploring the data by yourself. Download the dashboards from the The tool to import dashboards with is already included in the Icingabeat package. ``` -unzip icingabeat-dashboards-1.1.1.zip -d /tmp -/usr/share/icingabeat/scripts/import_dashboards -dir /tmp/icingabeat-dashboards-1.1.1 -es http://127.0.0.1:9200 +unzip icingabeat-dashboards-5.6.6.zip -d /tmp +/usr/share/icingabeat/scripts/import_dashboards -dir /tmp/icingabeat-dashboards-5.6.6 -es http://127.0.0.1:9200 ``` ## Fields diff --git a/version.yml b/version.yml index 0400b167..3945cd84 100644 --- a/version.yml +++ b/version.yml @@ -1 +1 @@ -version: "1.1.1" +version: "5.6.6"