mirror of
https://github.com/Icinga/icingabeat.git
synced 2025-07-27 15:54:01 +02:00
Release version 1.1.0
This commit is contained in:
parent
807b1aad23
commit
07fb206915
@ -1,5 +1,10 @@
|
||||
# Icingabeat CHANGELOG
|
||||
|
||||
## v1.1.0
|
||||
|
||||
### Features
|
||||
* Update libbeat to version 5.3.0
|
||||
|
||||
## v1.0.0
|
||||
|
||||
### Features
|
||||
|
1
Makefile
1
Makefile
@ -3,6 +3,7 @@ BEAT_DIR=github.com/icinga/icingabeat
|
||||
BEAT_DESCRIPTION=Icingabeat ships Icinga 2 events and states to Elasticsearch or Logstash.
|
||||
BEAT_VENDOR=Icinga
|
||||
BEAT_DOC_URL=https://github.com/Icinga/icingabeat
|
||||
BEAT_PATH=github.com/icinga/icingabeat
|
||||
SYSTEM_TESTS=false
|
||||
TEST_ENVIRONMENT=false
|
||||
ES_BEATS?=./vendor/github.com/elastic/beats
|
||||
|
@ -7,7 +7,7 @@
|
||||
}
|
||||
},
|
||||
"_meta": {
|
||||
"version": "5.3.0"
|
||||
"version": "1.1.0"
|
||||
},
|
||||
"date_detection": false,
|
||||
"dynamic_templates": [
|
||||
|
@ -5,7 +5,7 @@
|
||||
"norms": false
|
||||
},
|
||||
"_meta": {
|
||||
"version": "5.3.0"
|
||||
"version": "1.1.0"
|
||||
},
|
||||
"date_detection": false,
|
||||
"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: "5.3.0"
|
||||
version: "1.1.0"
|
||||
|
@ -1 +1 @@
|
||||
version: "1.0.0"
|
||||
version: "1.1.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user