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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 22cba4abc7cffb1f59f4371d0b00dbbcec9e67e0098a9d4fa72abda065f20376
4
- data.tar.gz: a0c8a04d0ceae24e4c305d7a8233b4ebf1461005e98d07560f4eedd729df51ce
3
+ metadata.gz: 11209a3800fe4d13223bb7e4ace4d4be6377c5b07001db9d8804d8874ffa0fcc
4
+ data.tar.gz: ec0dba0ca2c4c9211cf9ac24268c16ef1b26f57b9a7201c0a0dd1631680a8055
5
5
  SHA512:
6
- metadata.gz: b615b6c35389c88d7c98ac359fa94c5ccad73380eba382c3761776b1011283b2ec56d6590e1ce2d9b8fae1b3e1cca1bd6419bbc5371433d4bb7b66feb97f3111
7
- data.tar.gz: 7f6e0a3d610c363ff405871ea6255880c6c233ee5f03e2ac86f241622e73e3321d1952570feb3b1261c2841eebdb4a5be484b3d19c6c50fafecd38ade19f11ae
6
+ metadata.gz: 9e28b6189e7dd85fce39192e16083762e2181bd4acd26bdca113d3d4e0574c5886346360e2a03695339aabcb7799230bf6d5be0b0ef723b9bbf5c15db314e816
7
+ data.tar.gz: c4a2f3a72d99404ccdf92871fe8be50a552a168fb0782ccaeede53b95dc047c2624283aefe91c8159e999e8692d349e2dd5e72ade0a2f28025e7d3da391634b1
@@ -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.0.0'
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.0.0
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-05-02 00:00:00.000000000 Z
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
- rubygems_version: 3.0.3
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