logstash-input-example 2.0.5 → 2.0.7

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: 5f85a97a0570d496fb35415ef94a093d719eca41
4
- data.tar.gz: 2a7d0881569fe2215b36cdfa987d171b83af16ea
2
+ SHA256:
3
+ metadata.gz: 203867d6a5ba7ba52d0230e893ec1964f9f9fdba3fa4a10d5d14f588dcf6fe7b
4
+ data.tar.gz: 9e6ef7b08c531b8ca8e13afae13587b3c0ad6982cdfc2f66282da79e7b483cfa
5
5
  SHA512:
6
- metadata.gz: f430a0375a99f3ff2b1e5ddac8ca15b3d85c3b63a4dea1f866b8c758f5d53b948b6c1f44a028377e37948a7f41930dd4b6e2a994b0613e251377fdb3dabc151d
7
- data.tar.gz: 8cab762096438c763db0acb36b26d1b9455486b624ae37ea3322f4797cce59784fbe6c2aab7276fbf1b40c954e8a3ce332e714b9c3aae2ecaf4f3b3887f8c052
6
+ metadata.gz: 49ca2b22c32374d0bb880db0431e619d3f6910bd9f75046875cd05acd92365be8a1971ce1ea989754cbefa3aad06f21c0a22f6479fd2ee2cb1ae07610c631d63
7
+ data.tar.gz: 6e9b51fa0a7cba7811aa58bb3dfd863fd6de2eb9a5f9abf12b518152c06d9e0c63b45262b6317785dae803929383698a3ba38d5b65a09c34a939fb93b84c984e
@@ -1,3 +1,8 @@
1
+ ## 2.0.7
2
+ - Docs: Set the default_codec doc attribute.
3
+
4
+ ## 2.0.6
5
+ - Docs: Add documentation template
1
6
  ## 2.0.4
2
7
  - Add encoding: utf-8 line to spec file. This can prevent issues with tests.
3
8
  ## 2.0.1
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.
data/README.md CHANGED
@@ -8,9 +8,9 @@ It is fully free and fully open source. The license is Apache 2.0, meaning you a
8
8
 
9
9
  ## Documentation
10
10
 
11
- Logstash provides infrastructure to automatically generate documentation for this plugin. We use the asciidoc format to write documentation so any comments in the source code will be first converted into asciidoc and then into html. All plugin documentation are placed under one [central location](http://www.elastic.co/guide/en/logstash/current/).
11
+ Logstash provides infrastructure to automatically build documentation for this plugin. We provide a template file, index.asciidoc, where you can add documentation. The contents of this file will be converted into html and then placed with other plugin documentation in a [central location](http://www.elastic.co/guide/en/logstash/current/).
12
12
 
13
- - For formatting code or config example, you can use the asciidoc `[source,ruby]` directive
13
+ - For formatting config examples, you can use the asciidoc `[source,json]` directive
14
14
  - For more asciidoc formatting tips, see the excellent reference here https://github.com/elastic/docs#asciidoc-guide
15
15
 
16
16
  ## Need Help?
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-input-example'
3
- s.version = '2.0.5'
3
+ s.version = '2.0.7'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.summary = "This example input streams a string at a definable interval."
6
6
  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-input-example
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.5
4
+ version: 2.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-23 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
@@ -72,7 +72,9 @@ dependencies:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
- 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
75
+ description: This gem is a Logstash plugin required to be installed on top of the
76
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
77
+ gem is not a stand-alone program
76
78
  email: info@elastic.co
77
79
  executables: []
78
80
  extensions: []
@@ -109,7 +111,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
109
111
  version: '0'
110
112
  requirements: []
111
113
  rubyforge_project:
112
- rubygems_version: 2.4.8
114
+ rubygems_version: 2.6.11
113
115
  signing_key:
114
116
  specification_version: 4
115
117
  summary: This example input streams a string at a definable interval.