logstash-input-azureblob-offline 0.9.13.1-java → 0.9.13.2-java
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/logstash/inputs/azureblob.rb +1 -1
- data/logstash-input-azureblob.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 885525e6e20b3305684cda4ea8057ba910e013ab78939d2ec891b3b08c74a987
|
|
4
|
+
data.tar.gz: d56fa64e43bbc69b19768e9db8f6ec2e07df88d305620a8e80b5bcff4d8f06c5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5bc05b48f56b07f61543af78e3ea2d95030332c1bfab305150d66d5cbd3a295bef566fc05288347e0687c26664126f8bec463e4ef5f5f58708f19242e1d53760
|
|
7
|
+
data.tar.gz: 6333033b71af2ce026aec3ccbe23bde09bdc84183e823df5532c27dc1edfe2462b958a6ccbab92ed955a9d5afa72632eb0b8668c2fe28015e6460fc2ba85ac62
|
|
@@ -41,7 +41,7 @@ end # class RegistryItem
|
|
|
41
41
|
#
|
|
42
42
|
# This logstash plugin gathers data from Microsoft Azure Blobs
|
|
43
43
|
class LogStash::Inputs::LogstashInputAzureblob < LogStash::Inputs::Base
|
|
44
|
-
config_name 'azureblob
|
|
44
|
+
config_name 'azureblob'
|
|
45
45
|
|
|
46
46
|
# If undefined, Logstash will complain, even if codec is unused.
|
|
47
47
|
default :codec, 'json_lines'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'logstash-input-azureblob-offline'
|
|
3
|
-
s.version = '0.9.13.
|
|
3
|
+
s.version = '0.9.13.2'
|
|
4
4
|
s.platform = 'java'
|
|
5
5
|
s.licenses = ['Apache-2.0']
|
|
6
6
|
s.summary = 'This plugin collects Microsoft Azure Diagnostics data from Azure Storage Blobs without contacting rubygems.org at runtime.'
|