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
|
# Icingabeat CHANGELOG
|
||||||
|
|
||||||
|
## v1.1.0
|
||||||
|
|
||||||
|
### Features
|
||||||
|
* Update libbeat to version 5.3.0
|
||||||
|
|
||||||
## v1.0.0
|
## v1.0.0
|
||||||
|
|
||||||
### Features
|
### 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_DESCRIPTION=Icingabeat ships Icinga 2 events and states to Elasticsearch or Logstash.
|
||||||
BEAT_VENDOR=Icinga
|
BEAT_VENDOR=Icinga
|
||||||
BEAT_DOC_URL=https://github.com/Icinga/icingabeat
|
BEAT_DOC_URL=https://github.com/Icinga/icingabeat
|
||||||
|
BEAT_PATH=github.com/icinga/icingabeat
|
||||||
SYSTEM_TESTS=false
|
SYSTEM_TESTS=false
|
||||||
TEST_ENVIRONMENT=false
|
TEST_ENVIRONMENT=false
|
||||||
ES_BEATS?=./vendor/github.com/elastic/beats
|
ES_BEATS?=./vendor/github.com/elastic/beats
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"_meta": {
|
"_meta": {
|
||||||
"version": "5.3.0"
|
"version": "1.1.0"
|
||||||
},
|
},
|
||||||
"date_detection": false,
|
"date_detection": false,
|
||||||
"dynamic_templates": [
|
"dynamic_templates": [
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
"norms": false
|
"norms": false
|
||||||
},
|
},
|
||||||
"_meta": {
|
"_meta": {
|
||||||
"version": "5.3.0"
|
"version": "1.1.0"
|
||||||
},
|
},
|
||||||
"date_detection": false,
|
"date_detection": false,
|
||||||
"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: "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