From 6c7ddae08a56e6e92a85df0f94ca39d51043e9b8 Mon Sep 17 00:00:00 2001 From: Blerim Sheqa Date: Wed, 22 Mar 2017 11:46:47 +0100 Subject: [PATCH] Release version 1.0.0 --- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- icingabeat.template-es2x.json | 2 +- icingabeat.template.json | 2 +- .../github.com/elastic/beats/dev-tools/packer/version.yml | 2 +- version.yml | 2 +- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c5f9697..f69b16e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Icingabeat CHANGELOG +## v1.0.0 + +### Features +* Add dashboards +* Cleanup logging + ## v0.2.0 ### Features diff --git a/README.md b/README.md index 1555b4f9..5d6c84c9 100644 --- a/README.md +++ b/README.md @@ -151,8 +151,8 @@ Icingabeat. Download the dashboards from the The tool to import dashboards is already included in the Icingabeat package. ``` -unzip icingabeat-dashboards-0.2.0.zip -/usr/share/icingabeat/scripts/import_dashboards -dir /tmp/icingabeat-dashboards-0.2.0 -es http://127.0.0.1:9200 +unzip icingabeat-dashboards-1.0.0.zip +/usr/share/icingabeat/scripts/import_dashboards -dir /tmp/icingabeat-dashboards-1.0.0 -es http://127.0.0.1:9200 ``` ## Fields diff --git a/icingabeat.template-es2x.json b/icingabeat.template-es2x.json index baabf52b..10556a75 100644 --- a/icingabeat.template-es2x.json +++ b/icingabeat.template-es2x.json @@ -7,7 +7,7 @@ } }, "_meta": { - "version": "0.2.0" + "version": "1.0.0" }, "dynamic_templates": [ { diff --git a/icingabeat.template.json b/icingabeat.template.json index 2e1f40b5..705d30bb 100644 --- a/icingabeat.template.json +++ b/icingabeat.template.json @@ -5,7 +5,7 @@ "norms": false }, "_meta": { - "version": "0.2.0" + "version": "1.0.0" }, "dynamic_templates": [ { diff --git a/vendor/github.com/elastic/beats/dev-tools/packer/version.yml b/vendor/github.com/elastic/beats/dev-tools/packer/version.yml index 637accb9..71e3fd18 100644 --- a/vendor/github.com/elastic/beats/dev-tools/packer/version.yml +++ b/vendor/github.com/elastic/beats/dev-tools/packer/version.yml @@ -1 +1 @@ -version: "0.2.0" +version: "1.0.0" diff --git a/version.yml b/version.yml index 637accb9..71e3fd18 100644 --- a/version.yml +++ b/version.yml @@ -1 +1 @@ -version: "0.2.0" +version: "1.0.0"