logstash-output-null 3.0.4 → 3.0.5

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
- SHA1:
3
- metadata.gz: b8a390178746cec833dd3c95b7876f7d1a410ba6
4
- data.tar.gz: da9e78dd1758507aa83c413199dfa443ea80ab73
2
+ SHA256:
3
+ metadata.gz: 88533511161ebcc2a11b42b67039272cbbc1c07c909c1cc006270216bef25919
4
+ data.tar.gz: 8bf9014f99d62958779ff630b21e62dbde142e05e07fd90aa3b156e9461ee9f4
5
5
  SHA512:
6
- metadata.gz: 5a9d727a24e5b826890ea4342efc0321c1df7e6fbb45d4f91ea0d15767cadca8112ad051f9c302f6e255bae71fd2f3d8822667cbeccc38fa74ef14e9cbfb5e8f
7
- data.tar.gz: b4c42bcc853b329e3703a9c35dffb9a78154b4b152a82685323b1e4f489e8785f55324b188218a1223aa17746d3c17bbb973a3ad611f0c495748a346c622e1d1
6
+ metadata.gz: '094d2380ed957913b4149cee4682fbcbc2e70f7984aa621add0a78ea30ecd18d1690b3f4ee4836881d1b9288f7aad47bad982cdbf0fbe7e2c44dd6416b43f336'
7
+ data.tar.gz: 429dbf4ce5369d4adc75181e23a262a0614682820a4f317f5b5bf7a43691365822a46f47600974dd1f600dd5cd5736adfbfa974257957f6c0770d354bd0235f3
@@ -1,3 +1,6 @@
1
+ ## 3.0.5
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 3.0.4
2
5
  - Fix some documentation issues
3
6
 
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012–2016 Elasticsearch <http://www.elastic.co>
1
+ Copyright (c) 2012-2018 Elasticsearch <http://www.elastic.co>
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: null
2
2
  :type: output
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -26,12 +27,10 @@ performance.
26
27
  [id="plugins-{type}s-{plugin}-options"]
27
28
  ==== Null Output Configuration Options
28
29
 
29
- This plugin supports the following configuration options plus the <<plugins-{type}s-{plugin}-common-options>> described later.
30
-
31
- [cols="<,<,<",options="header",]
32
- |=======================================================================
33
- |Setting |Input type|Required
34
- |=======================================================================
30
+ There are no special configuration options for this plugin,
31
+ but it does support the <<plugins-{type}s-{plugin}-common-options>>.
35
32
 
36
33
  [id="plugins-{type}s-{plugin}-common-options"]
37
- include::{include_path}/{type}.asciidoc[]
34
+ include::{include_path}/{type}.asciidoc[]
35
+
36
+ :default_codec!:
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-null'
4
- s.version = '3.0.4'
4
+ s.version = '3.0.5'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "A null output. This is useful for testing logstash inputs and filters for performance."
7
7
  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-null
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.4
4
+ version: 3.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-16 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
@@ -58,7 +58,9 @@ dependencies:
58
58
  - - ">="
59
59
  - !ruby/object:Gem::Version
60
60
  version: '0'
61
- 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
61
+ description: This gem is a Logstash plugin required to be installed on top of the
62
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
63
+ gem is not a stand-alone program
62
64
  email: info@elastic.co
63
65
  executables: []
64
66
  extensions: []
@@ -96,9 +98,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
96
98
  version: '0'
97
99
  requirements: []
98
100
  rubyforge_project:
99
- rubygems_version: 2.4.8
101
+ rubygems_version: 2.6.11
100
102
  signing_key:
101
103
  specification_version: 4
102
- summary: A null output. This is useful for testing logstash inputs and filters for performance.
104
+ summary: A null output. This is useful for testing logstash inputs and filters for
105
+ performance.
103
106
  test_files:
104
107
  - spec/outputs/null_spec.rb