logstash-output-webhdfs 3.0.5 → 3.0.6

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9f2a2165205ba40dfa514c4a62f3aa910abbacff7a61da8c5724a8ae6b323a29
4
- data.tar.gz: e3c7d069864518374748009a189b32f5138a44d00fbba6f491a9d82910a3db96
3
+ metadata.gz: 442c59a647378f2a4da920c1d2e5b2f5fbe19f2e9f187c2d017c656f40b00a4c
4
+ data.tar.gz: 130891db2d97c5f51dfed6bcd74c6dbefaf44870ae28b03fcaee9c332e8ed254
5
5
  SHA512:
6
- metadata.gz: 22f358e83f24c2741219fa3aaeb731efc4512b2ebc92f2727b4579e00f60fd7ec259634abc6fa324fdf71d3e5e3e73a073d0adbac7f85ba77c6da1a9920947da
7
- data.tar.gz: a53f648e6d3a33c4aed2d25c5440f74becdc33ba18b21265534a039f9e90d1c201c1a7e9295d739fbbf1282e866ca5617b882c606eccf62aa4b12a7f8bf178e6
6
+ metadata.gz: 34052f4369c0179456ddea26e753972a5686c57646c4c038f90d2a99994a40cf2fe94c19c0b3231d00384da919e9636fb1ce633931482eaf87dba3e3b0e16953
7
+ data.tar.gz: 6fcab37095dacc26f44c7bcaedfd5c7dea1cb4eae9a3338185a9e70360317e95ed7d7333e9773072049de887c6cc363b32eddfd493495902ac17a9052a440ccf
@@ -1,3 +1,6 @@
1
+ ## 3.0.6
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 3.0.5
2
5
  - Update gemspec summary
3
6
 
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012-2015 Elasticsearch <http://www.elasticsearch.org>
1
+ Copyright (c) 2012-2018 Elasticsearch <http://www.elasticsearch.org>
2
2
 
3
3
  Licensed under the Apache License, Version 2.0 (the "License");
4
4
  you may not use this file except in compliance with the License.
@@ -1,5 +1,6 @@
1
1
  :plugin: webhdfs
2
2
  :type: output
3
+ :default_codec: line
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -290,4 +291,6 @@ The Username for webhdfs.
290
291
 
291
292
 
292
293
  [id="plugins-{type}s-{plugin}-common-options"]
293
- include::{include_path}/{type}.asciidoc[]
294
+ include::{include_path}/{type}.asciidoc[]
295
+
296
+ :default_codec!:
@@ -2,7 +2,7 @@
2
2
  Gem::Specification.new do |s|
3
3
 
4
4
  s.name = 'logstash-output-webhdfs'
5
- s.version = '3.0.5'
5
+ s.version = '3.0.6'
6
6
  s.licenses = ['Apache License (2.0)']
7
7
  s.summary = "Sends Logstash events to HDFS using the `webhdfs` REST API"
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"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-webhdfs
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.5
4
+ version: 3.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Björn Puttmann, loshkovskyi, Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-11-13 00:00:00.000000000 Z
11
+ date: 2018-04-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement