logstash-input-azure_event_hubs 1.3.0 → 1.4.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +13 -0
- data/VERSION +1 -1
- data/lib/logstash-input-azure_event_hubs.rb +5 -7
- data/vendor/jar-dependencies/com/microsoft/azure/azure-eventhubs/2.3.2/azure-eventhubs-2.3.2.jar +0 -0
- data/vendor/jar-dependencies/com/microsoft/azure/azure-eventhubs-eph/{2.4.0/azure-eventhubs-eph-2.4.0.jar → 2.5.2/azure-eventhubs-eph-2.5.2.jar} +0 -0
- data/vendor/jar-dependencies/com/microsoft/azure/azure-storage/8.6.6/azure-storage-8.6.6.jar +0 -0
- data/vendor/jar-dependencies/com/microsoft/azure/qpid-proton-j-extensions/1.2.4/qpid-proton-j-extensions-1.2.4.jar +0 -0
- data/vendor/jar-dependencies/org/apache/qpid/proton-j/0.33.9/proton-j-0.33.9.jar +0 -0
- metadata +8 -11
- data/vendor/jar-dependencies/com/microsoft/azure/azure-eventhubs/2.2.0/azure-eventhubs-2.2.0.jar +0 -0
- data/vendor/jar-dependencies/com/microsoft/azure/azure-storage/8.0.0/azure-storage-8.0.0.jar +0 -0
- data/vendor/jar-dependencies/com/microsoft/azure/qpid-proton-j-extensions/1.1.0/qpid-proton-j-extensions-1.1.0.jar +0 -0
- data/vendor/jar-dependencies/org/apache/logging/log4j/log4j-api/2.9.1/log4j-api-2.9.1.jar +0 -0
- data/vendor/jar-dependencies/org/apache/logging/log4j/log4j-slf4j-impl/2.9.1/log4j-slf4j-impl-2.9.1.jar +0 -0
- data/vendor/jar-dependencies/org/apache/qpid/proton-j/0.33.3/proton-j-0.33.3.jar +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e82a5b31683bd3c815ba1d222eb99c2e90f62eda1644c0690686dbcf22adcd84
|
4
|
+
data.tar.gz: c1c9002d113ac7bb9ec045b868fa59bdb39f838ebb25bdc2dbc950ea12928ecd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 71c9e111ce9b768f396fc137121d4d13a8b73a8593f1c5d93f520ff1ed16a06a3795b38b70085038bc032a4ebfd67dfefcdc5d0b9551bb8a754e3811cf2d7d34
|
7
|
+
data.tar.gz: a6c060740cf9dfc0ed5a26ef8f76e15cb1ef84e3b247bbb2e156fbae44b5e394e410cb6bf9e7b78d2ee5e357ce7e7a82eecdfe577690986d860ef498d5b76fc6
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,16 @@
|
|
1
|
+
## 1.4.3
|
2
|
+
- Build: make log4j-api a provided dependency [#73](https://github.com/logstash-plugins/logstash-input-azure_event_hubs/pull/73)
|
3
|
+
|
4
|
+
## 1.4.2
|
5
|
+
- Update log4j dependencies to 2.17.0
|
6
|
+
|
7
|
+
## 1.4.1
|
8
|
+
- Update log4j dependencies [#71](https://github.com/logstash-plugins/logstash-input-azure_event_hubs/pull/71)
|
9
|
+
- Fixed Gradle's script to use Gradle 7 [#69](https://github.com/logstash-plugins/logstash-input-azure_event_hubs/pull/69)
|
10
|
+
|
11
|
+
## 1.4.0
|
12
|
+
- Updated the minor version of Azure SDK and other dependencies to ensure users of this plugin get upstream fixes and improvements [#67](https://github.com/logstash-plugins/logstash-input-azure_event_hubs/pull/67)
|
13
|
+
|
1
14
|
## 1.3.0
|
2
15
|
- Add EventHub `user properties` in `@metadata` object [#66](https://github.com/logstash-plugins/logstash-input-azure_event_hubs/pull/66)
|
3
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.3
|
1
|
+
1.4.3
|
@@ -1,11 +1,9 @@
|
|
1
1
|
# AUTOGENERATED BY THE GRADLE SCRIPT. DO NOT EDIT.
|
2
2
|
|
3
3
|
require 'jar_dependencies'
|
4
|
+
require_jar('com.microsoft.azure', 'azure-eventhubs', '2.3.2')
|
5
|
+
require_jar('com.microsoft.azure', 'qpid-proton-j-extensions', '1.2.4')
|
6
|
+
require_jar('com.microsoft.azure', 'azure-eventhubs-eph', '2.5.2')
|
7
|
+
require_jar('com.microsoft.azure', 'azure-storage', '8.6.6')
|
4
8
|
require_jar('com.google.code.gson', 'gson', '2.8.5')
|
5
|
-
require_jar('org.apache.qpid', 'proton-j', '0.33.
|
6
|
-
require_jar('org.apache.logging.log4j', 'log4j-slf4j-impl', '2.9.1')
|
7
|
-
require_jar('com.microsoft.azure', 'azure-eventhubs', '2.2.0')
|
8
|
-
require_jar('com.microsoft.azure', 'qpid-proton-j-extensions', '1.1.0')
|
9
|
-
require_jar('com.microsoft.azure', 'azure-eventhubs-eph', '2.4.0')
|
10
|
-
require_jar('com.microsoft.azure', 'azure-storage', '8.0.0')
|
11
|
-
require_jar('org.apache.logging.log4j', 'log4j-api', '2.9.1')
|
9
|
+
require_jar('org.apache.qpid', 'proton-j', '0.33.9')
|
data/vendor/jar-dependencies/com/microsoft/azure/azure-eventhubs/2.3.2/azure-eventhubs-2.3.2.jar
ADDED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: logstash-input-azure_event_hubs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3
|
4
|
+
version: 1.4.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Elastic
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-01-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
@@ -104,13 +104,11 @@ files:
|
|
104
104
|
- logstash-input-azure_event_hubs.gemspec
|
105
105
|
- spec/inputs/azure_event_hub_spec.rb
|
106
106
|
- vendor/jar-dependencies/com/google/code/gson/gson/2.8.5/gson-2.8.5.jar
|
107
|
-
- vendor/jar-dependencies/com/microsoft/azure/azure-eventhubs-eph/2.
|
108
|
-
- vendor/jar-dependencies/com/microsoft/azure/azure-eventhubs/2.2
|
109
|
-
- vendor/jar-dependencies/com/microsoft/azure/azure-storage/8.
|
110
|
-
- vendor/jar-dependencies/com/microsoft/azure/qpid-proton-j-extensions/1.
|
111
|
-
- vendor/jar-dependencies/org/apache/
|
112
|
-
- vendor/jar-dependencies/org/apache/logging/log4j/log4j-slf4j-impl/2.9.1/log4j-slf4j-impl-2.9.1.jar
|
113
|
-
- vendor/jar-dependencies/org/apache/qpid/proton-j/0.33.3/proton-j-0.33.3.jar
|
107
|
+
- vendor/jar-dependencies/com/microsoft/azure/azure-eventhubs-eph/2.5.2/azure-eventhubs-eph-2.5.2.jar
|
108
|
+
- vendor/jar-dependencies/com/microsoft/azure/azure-eventhubs/2.3.2/azure-eventhubs-2.3.2.jar
|
109
|
+
- vendor/jar-dependencies/com/microsoft/azure/azure-storage/8.6.6/azure-storage-8.6.6.jar
|
110
|
+
- vendor/jar-dependencies/com/microsoft/azure/qpid-proton-j-extensions/1.2.4/qpid-proton-j-extensions-1.2.4.jar
|
111
|
+
- vendor/jar-dependencies/org/apache/qpid/proton-j/0.33.9/proton-j-0.33.9.jar
|
114
112
|
homepage: http://www.elastic.co/guide/en/logstash/current/index.html
|
115
113
|
licenses:
|
116
114
|
- Apache-2.0
|
@@ -133,8 +131,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
133
131
|
- !ruby/object:Gem::Version
|
134
132
|
version: '0'
|
135
133
|
requirements: []
|
136
|
-
|
137
|
-
rubygems_version: 2.6.13
|
134
|
+
rubygems_version: 3.1.6
|
138
135
|
signing_key:
|
139
136
|
specification_version: 4
|
140
137
|
summary: Consumes events from Azure Event Hubs for use with Logstash
|
data/vendor/jar-dependencies/com/microsoft/azure/azure-eventhubs/2.2.0/azure-eventhubs-2.2.0.jar
DELETED
Binary file
|
data/vendor/jar-dependencies/com/microsoft/azure/azure-storage/8.0.0/azure-storage-8.0.0.jar
DELETED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|