logstash-output-azure 2.0.0 → 2.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CONTRIBUTORS +2 -1
- data/lib/logstash/outputs/azure.rb +1 -0
- data/logstash-output-azure.gemspec +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 11209a3800fe4d13223bb7e4ace4d4be6377c5b07001db9d8804d8874ffa0fcc
|
4
|
+
data.tar.gz: ec0dba0ca2c4c9211cf9ac24268c16ef1b26f57b9a7201c0a0dd1631680a8055
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9e28b6189e7dd85fce39192e16083762e2181bd4acd26bdca113d3d4e0574c5886346360e2a03695339aabcb7799230bf6d5be0b0ef723b9bbf5c15db314e816
|
7
|
+
data.tar.gz: c4a2f3a72d99404ccdf92871fe8be50a552a168fb0782ccaeede53b95dc047c2624283aefe91c8159e999e8692d349e2dd5e72ade0a2f28025e7d3da391634b1
|
data/CONTRIBUTORS
CHANGED
@@ -4,7 +4,8 @@ reports, or in general have helped logstash along its way.
|
|
4
4
|
Contributors:
|
5
5
|
* Tuffk - tuffkmulhall@gmail.com
|
6
6
|
* BrunoLerner - bru.lerner@gmail.com
|
7
|
-
* Alex-Tsyganok -
|
7
|
+
* Alex-Tsyganok -
|
8
|
+
* Charlie Zha - zysimplelife@gmail.com
|
8
9
|
|
9
10
|
Note: If you've sent us patches, bug reports, or otherwise contributed to
|
10
11
|
Logstash, and you aren't on the list above and want to be, please let us know
|
@@ -56,6 +56,7 @@ require 'tmpdir'
|
|
56
56
|
class LogStash::Outputs::LogstashAzureBlobOutput < LogStash::Outputs::Base
|
57
57
|
# name for the namespace under output for logstash configuration
|
58
58
|
config_name 'azure'
|
59
|
+
default :codec, "line"
|
59
60
|
|
60
61
|
require 'logstash/outputs/blob/writable_directory_validator'
|
61
62
|
require 'logstash/outputs/blob/path_validator'
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'logstash-output-azure'
|
3
|
-
s.version = '2.
|
3
|
+
s.version = '2.1.0'
|
4
4
|
s.licenses = ['Apache-2.0']
|
5
5
|
s.summary = 'Plugin for logstash to send output to Microsoft Azure Blob'
|
6
6
|
# s.description = 'TODO: Write a longer description or delete this line.'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: logstash-output-azure
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tuffk
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-06-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: azure
|
@@ -121,7 +121,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
121
121
|
- !ruby/object:Gem::Version
|
122
122
|
version: '0'
|
123
123
|
requirements: []
|
124
|
-
|
124
|
+
rubyforge_project:
|
125
|
+
rubygems_version: 2.7.8
|
125
126
|
signing_key:
|
126
127
|
specification_version: 4
|
127
128
|
summary: Plugin for logstash to send output to Microsoft Azure Blob
|