mirror of
https://github.com/Icinga/icingabeat.git
synced 2025-07-28 00:04:02 +02:00
Release version 1.0.0
This commit is contained in:
parent
dfe96d8ac0
commit
6c7ddae08a
@ -1,5 +1,11 @@
|
|||||||
# Icingabeat CHANGELOG
|
# Icingabeat CHANGELOG
|
||||||
|
|
||||||
|
## v1.0.0
|
||||||
|
|
||||||
|
### Features
|
||||||
|
* Add dashboards
|
||||||
|
* Cleanup logging
|
||||||
|
|
||||||
## v0.2.0
|
## v0.2.0
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
@ -151,8 +151,8 @@ Icingabeat. Download the dashboards from the
|
|||||||
The tool to import dashboards is already included in the Icingabeat package.
|
The tool to import dashboards is already included in the Icingabeat package.
|
||||||
|
|
||||||
```
|
```
|
||||||
unzip icingabeat-dashboards-0.2.0.zip
|
unzip icingabeat-dashboards-1.0.0.zip
|
||||||
/usr/share/icingabeat/scripts/import_dashboards -dir /tmp/icingabeat-dashboards-0.2.0 -es http://127.0.0.1:9200
|
/usr/share/icingabeat/scripts/import_dashboards -dir /tmp/icingabeat-dashboards-1.0.0 -es http://127.0.0.1:9200
|
||||||
```
|
```
|
||||||
|
|
||||||
## Fields
|
## Fields
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"_meta": {
|
"_meta": {
|
||||||
"version": "0.2.0"
|
"version": "1.0.0"
|
||||||
},
|
},
|
||||||
"dynamic_templates": [
|
"dynamic_templates": [
|
||||||
{
|
{
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
"norms": false
|
"norms": false
|
||||||
},
|
},
|
||||||
"_meta": {
|
"_meta": {
|
||||||
"version": "0.2.0"
|
"version": "1.0.0"
|
||||||
},
|
},
|
||||||
"dynamic_templates": [
|
"dynamic_templates": [
|
||||||
{
|
{
|
||||||
|
2
vendor/github.com/elastic/beats/dev-tools/packer/version.yml
generated
vendored
2
vendor/github.com/elastic/beats/dev-tools/packer/version.yml
generated
vendored
@ -1 +1 @@
|
|||||||
version: "0.2.0"
|
version: "1.0.0"
|
||||||
|
@ -1 +1 @@
|
|||||||
version: "0.2.0"
|
version: "1.0.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user