logstash-input-azure_event_hubs 1.3.0 → 1.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/VERSION +1 -1
- data/lib/logstash-input-azure_event_hubs.rb +5 -5
- 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 -9
- 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/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: f90b79dfae3e67cbaf4d5fd164760332bac2b60467abc04ea35050b938646ea7
|
4
|
+
data.tar.gz: fc5dde1bc64cc82d28522b79958a5cda08c7208f3fd69167b5a3639bbdb0536f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2e74ccf4e7293b76a2b5913c558a59692ccb3d284448b78059eb49104cc85a3604f0548a3b2b567bf841ddac6659d9105f03979ff46b2603937182ac5009d0e4
|
7
|
+
data.tar.gz: 91e7c1e01871badb346c6381304047aae7d507e431919de040b258e0678c5f3f5d559e1aec07e065e25901330fccec1a82643288f4e4f0f2644f1ceb4dde73aa
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,6 @@
|
|
1
|
+
## 1.4.0
|
2
|
+
- 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)
|
3
|
+
|
1
4
|
## 1.3.0
|
2
5
|
- Add EventHub `user properties` in `@metadata` object [#66](https://github.com/logstash-plugins/logstash-input-azure_event_hubs/pull/66)
|
3
6
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.4.0
|
@@ -2,10 +2,10 @@
|
|
2
2
|
|
3
3
|
require 'jar_dependencies'
|
4
4
|
require_jar('com.google.code.gson', 'gson', '2.8.5')
|
5
|
-
require_jar('org.apache.qpid', 'proton-j', '0.33.
|
5
|
+
require_jar('org.apache.qpid', 'proton-j', '0.33.9')
|
6
6
|
require_jar('org.apache.logging.log4j', 'log4j-slf4j-impl', '2.9.1')
|
7
|
-
require_jar('com.microsoft.azure', 'azure-eventhubs', '2.2
|
8
|
-
require_jar('com.microsoft.azure', 'qpid-proton-j-extensions', '1.
|
9
|
-
require_jar('com.microsoft.azure', 'azure-eventhubs-eph', '2.
|
10
|
-
require_jar('com.microsoft.azure', 'azure-storage', '8.
|
7
|
+
require_jar('com.microsoft.azure', 'azure-eventhubs', '2.3.2')
|
8
|
+
require_jar('com.microsoft.azure', 'qpid-proton-j-extensions', '1.2.4')
|
9
|
+
require_jar('com.microsoft.azure', 'azure-eventhubs-eph', '2.5.2')
|
10
|
+
require_jar('com.microsoft.azure', 'azure-storage', '8.6.6')
|
11
11
|
require_jar('org.apache.logging.log4j', 'log4j-api', '2.9.1')
|
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.
|
4
|
+
version: 1.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Elastic
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-09-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
@@ -104,13 +104,13 @@ 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.
|
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
111
|
- vendor/jar-dependencies/org/apache/logging/log4j/log4j-api/2.9.1/log4j-api-2.9.1.jar
|
112
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.
|
113
|
+
- vendor/jar-dependencies/org/apache/qpid/proton-j/0.33.9/proton-j-0.33.9.jar
|
114
114
|
homepage: http://www.elastic.co/guide/en/logstash/current/index.html
|
115
115
|
licenses:
|
116
116
|
- Apache-2.0
|
@@ -133,8 +133,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
133
133
|
- !ruby/object:Gem::Version
|
134
134
|
version: '0'
|
135
135
|
requirements: []
|
136
|
-
|
137
|
-
rubygems_version: 2.6.13
|
136
|
+
rubygems_version: 3.1.6
|
138
137
|
signing_key:
|
139
138
|
specification_version: 4
|
140
139
|
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
|