logstash-input-azure_event_hubs 1.0.4 → 1.1.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 +11 -8
- data/VERSION +1 -1
- data/lib/logstash-input-azure_event_hubs.rb +5 -5
- data/vendor/jar-dependencies/com/google/code/gson/gson/{2.8.3/gson-2.8.3.jar → 2.8.5/gson-2.8.5.jar} +0 -0
- data/vendor/jar-dependencies/com/microsoft/azure/azure-eventhubs-eph/2.1.0/azure-eventhubs-eph-2.1.0.jar +0 -0
- data/vendor/jar-dependencies/com/microsoft/azure/azure-eventhubs/1.3.0/azure-eventhubs-1.3.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/org/apache/qpid/proton-j/0.31.0/proton-j-0.31.0.jar +0 -0
- metadata +7 -7
- data/vendor/jar-dependencies/com/microsoft/azure/azure-eventhubs-eph/1.0.0/azure-eventhubs-eph-1.0.0.jar +0 -0
- data/vendor/jar-dependencies/com/microsoft/azure/azure-eventhubs/1.0.1/azure-eventhubs-1.0.1.jar +0 -0
- data/vendor/jar-dependencies/com/microsoft/azure/azure-storage/7.0.0/azure-storage-7.0.0.jar +0 -0
- data/vendor/jar-dependencies/org/apache/qpid/proton-j/0.27.1/proton-j-0.27.1.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: 2e9cdab47da8e5fe25fa2a6d1630242dfac79de9adec6b0518437c61c05e46d3
|
4
|
+
data.tar.gz: 924b812439432aafdd3c9f698d7287d2a96d47bbf66c87ae57a4d2b65165522a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 45fb925a48c39727688475e73b14c7de4decb58f453ec613521b77f230a0b9525f961c2c900556b0dd9a3e9b19b6c108c70f7c0ed480cfe76363c694ec45f6bf
|
7
|
+
data.tar.gz: 70df5718e8e6f8634c22ab968b47f18b02544a41d1a9cf3793d72075aca27685a379570d70c593d9587fa1ca93c8030b5d162321e105bacd213ca125ce5817c2
|
data/CHANGELOG.md
CHANGED
@@ -1,19 +1,22 @@
|
|
1
|
+
## 1.1.0
|
2
|
+
- Updated Azure event hub library dependencies[#27](https://github.com/logstash-plugins/logstash-input-azure_event_hubs/pull/27)
|
3
|
+
|
1
4
|
## 1.0.4
|
2
|
-
- Added guidelines for setting number of threads
|
5
|
+
- Added guidelines for setting number of threads
|
3
6
|
|
4
7
|
## 1.0.3
|
5
|
-
- Fixed doc issues
|
6
|
-
|
7
|
-
|
8
|
+
- Fixed doc issues
|
9
|
+
- Changed `event-hub-connections` to `event_hub_connections`
|
10
|
+
- Added emphasis for singular vs. plural for event_hub_connections
|
8
11
|
|
9
12
|
## 1.0.2
|
10
|
-
- Fixed minor doc issues
|
11
|
-
- Changed doc to hardcode `Logstash` rather than using an attribute.
|
13
|
+
- Fixed minor doc issues
|
14
|
+
- Changed doc to hardcode `Logstash` rather than using an attribute.
|
12
15
|
|
13
16
|
## 1.0.1
|
14
17
|
- Fixed logging for exception handler
|
15
18
|
|
16
19
|
## 1.0.0
|
17
|
-
|
18
|
-
|
20
|
+
- Initial release of `logstash-input-azure_event_hubs` supersedes `logstash-input-azureeventhub`
|
21
|
+
- Re-implementation that uses Event Processor Host API and new configuration options.
|
19
22
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0
|
1
|
+
1.1.0
|
@@ -1,10 +1,10 @@
|
|
1
1
|
# AUTOGENERATED BY THE GRADLE SCRIPT. DO NOT EDIT.
|
2
2
|
|
3
3
|
require 'jar_dependencies'
|
4
|
-
require_jar('com.google.code.gson', 'gson', '2.8.
|
5
|
-
require_jar('org.apache.qpid', 'proton-j', '0.
|
4
|
+
require_jar('com.google.code.gson', 'gson', '2.8.5')
|
5
|
+
require_jar('org.apache.qpid', 'proton-j', '0.31.0')
|
6
6
|
require_jar('org.apache.logging.log4j', 'log4j-slf4j-impl', '2.9.1')
|
7
|
-
require_jar('com.microsoft.azure', 'azure-eventhubs', '1.0
|
8
|
-
require_jar('com.microsoft.azure', 'azure-eventhubs-eph', '1.0
|
9
|
-
require_jar('com.microsoft.azure', 'azure-storage', '
|
7
|
+
require_jar('com.microsoft.azure', 'azure-eventhubs', '1.3.0')
|
8
|
+
require_jar('com.microsoft.azure', 'azure-eventhubs-eph', '2.1.0')
|
9
|
+
require_jar('com.microsoft.azure', 'azure-storage', '8.0.0')
|
10
10
|
require_jar('org.apache.logging.log4j', 'log4j-api', '2.9.1')
|
data/vendor/jar-dependencies/com/google/code/gson/gson/{2.8.3/gson-2.8.3.jar → 2.8.5/gson-2.8.5.jar}
RENAMED
Binary file
|
Binary file
|
data/vendor/jar-dependencies/com/microsoft/azure/azure-eventhubs/1.3.0/azure-eventhubs-1.3.0.jar
ADDED
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.0
|
4
|
+
version: 1.1.0
|
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: 2019-01-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
@@ -103,13 +103,13 @@ files:
|
|
103
103
|
- lib/logstash/inputs/processor_factory.rb
|
104
104
|
- logstash-input-azure_event_hubs.gemspec
|
105
105
|
- spec/inputs/azure_event_hub_spec.rb
|
106
|
-
- vendor/jar-dependencies/com/google/code/gson/gson/2.8.
|
107
|
-
- vendor/jar-dependencies/com/microsoft/azure/azure-eventhubs-eph/1.0
|
108
|
-
- vendor/jar-dependencies/com/microsoft/azure/azure-eventhubs/1.0
|
109
|
-
- vendor/jar-dependencies/com/microsoft/azure/azure-storage/
|
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.1.0/azure-eventhubs-eph-2.1.0.jar
|
108
|
+
- vendor/jar-dependencies/com/microsoft/azure/azure-eventhubs/1.3.0/azure-eventhubs-1.3.0.jar
|
109
|
+
- vendor/jar-dependencies/com/microsoft/azure/azure-storage/8.0.0/azure-storage-8.0.0.jar
|
110
110
|
- vendor/jar-dependencies/org/apache/logging/log4j/log4j-api/2.9.1/log4j-api-2.9.1.jar
|
111
111
|
- vendor/jar-dependencies/org/apache/logging/log4j/log4j-slf4j-impl/2.9.1/log4j-slf4j-impl-2.9.1.jar
|
112
|
-
- vendor/jar-dependencies/org/apache/qpid/proton-j/0.
|
112
|
+
- vendor/jar-dependencies/org/apache/qpid/proton-j/0.31.0/proton-j-0.31.0.jar
|
113
113
|
homepage: http://www.elastic.co/guide/en/logstash/current/index.html
|
114
114
|
licenses:
|
115
115
|
- Apache-2.0
|
Binary file
|
data/vendor/jar-dependencies/com/microsoft/azure/azure-eventhubs/1.0.1/azure-eventhubs-1.0.1.jar
DELETED
Binary file
|
data/vendor/jar-dependencies/com/microsoft/azure/azure-storage/7.0.0/azure-storage-7.0.0.jar
DELETED
Binary file
|
Binary file
|