logstash-output-adls 1.1.3 → 1.1.4

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
  SHA1:
3
- metadata.gz: 2e2df6f39f6459b1e43ffdb634da8179e0f1437a
4
- data.tar.gz: 0c02a2b820c60277efba33a3bf7379d46fca5c87
3
+ metadata.gz: 58a94392f5ec4079d7df90c7da77bc893ebfe074
4
+ data.tar.gz: 35bbdf831f915708527e3d8c5f79bf510d293ef0
5
5
  SHA512:
6
- metadata.gz: ba9598c0b5a37907bc817a986724a11e93d0316763d3c62804c1048b01929459773b8adbd6dede821811604c2c684822232b98de8b26bf9c0a545848b25a529e
7
- data.tar.gz: 79bb890474237a38d94c6c0957d14b56cb9f7ba751c99b20a4f8020bae7262d789e3f550f7c6dc3f990d552f6fe72a2bf5c6022608d7aba9f5d83dc85847c2f3
6
+ metadata.gz: 425471f3b7e34f1deca8682c7d309d9e4ed1a069349204cd21d60ec347c2616255e242f32808cae23f3dae4c888a74543cc1a0193006096e10c122bedbadc982
7
+ data.tar.gz: b78e4e0e8608b6ec7ad51b694a43c5da415b59c0472c23c562c4760d0727c00544c929ab3476d1569b03eb100adfb6fc4435ccb71c23c2ae6a361e5414513cc9
data/README.md CHANGED
@@ -8,7 +8,9 @@ It is fully free and fully open source. The license is Apache 2.0, meaning you a
8
8
 
9
9
  ## Installing
10
10
 
11
- TBD
11
+ ```sh
12
+ bin/logstash-plugin install logstash-output-adls
13
+ ```
12
14
 
13
15
  ### Manual installation on a already deployed Logstash:
14
16
 
@@ -2,13 +2,13 @@
2
2
  Gem::Specification.new do |s|
3
3
 
4
4
  s.name = 'logstash-output-adls'
5
- s.version = '1.1.3'
5
+ s.version = '1.1.4'
6
6
  s.licenses = ['Apache-2.0']
7
- s.summary = "Plugin to write events to Azure DataLakeStore"
7
+ s.summary = "Plugin to write events to Azure Data Lake Store (ADLS)"
8
8
  s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"
9
- s.authors = ["NOS Inovacao"]
9
+ s.authors = ["NOS Inovação"]
10
10
  s.email = 'nosi.metadata@nos.pt'
11
- s.homepage = "http://www.nos.pt"
11
+ s.homepage = "https://github.com/nosinovacao/logstash-output-adls"
12
12
  s.require_paths = ["lib"]
13
13
 
14
14
  # Files
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-adls
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.3
4
+ version: 1.1.4
5
5
  platform: ruby
6
6
  authors:
7
- - NOS Inovacao
7
+ - NOS Inovação
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
@@ -125,7 +125,7 @@ files:
125
125
  - vendor/jar-dependencies/runtime-jars/log4j-1.2.17.jar
126
126
  - vendor/jar-dependencies/runtime-jars/slf4j-api-1.7.21.jar
127
127
  - vendor/jar-dependencies/runtime-jars/slf4j-log4j12-1.7.21.jar
128
- homepage: http://www.nos.pt
128
+ homepage: https://github.com/nosinovacao/logstash-output-adls
129
129
  licenses:
130
130
  - Apache-2.0
131
131
  metadata:
@@ -152,7 +152,7 @@ rubyforge_project:
152
152
  rubygems_version: 2.6.8
153
153
  signing_key:
154
154
  specification_version: 4
155
- summary: Plugin to write events to Azure DataLakeStore
155
+ summary: Plugin to write events to Azure Data Lake Store (ADLS)
156
156
  test_files:
157
157
  - spec/integration/adls_spec.rb
158
158
  - spec/outputs/adls_spec.rb