logstash-output-example 1.0.1 → 2.0.3

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: 9acbf641d492af95ac7ba9425f869000147323a7
4
- data.tar.gz: f7edcb7cc41b2af322c05860f701c6fab3e63841
2
+ SHA256:
3
+ metadata.gz: 2d144edace3bdec7e22e7004b05d4d68a82ae5ad226e2382ef25ec50f1a93c90
4
+ data.tar.gz: 2d63091362739d87993a3690efaa23ffab6577b241d833107df5a0de4fccd1c6
5
5
  SHA512:
6
- metadata.gz: 8e5f8edccec18ef7d4aca14a4f03f5f0c1bf60038aae24fa95f30c8ca425ffb2c55e1388f7ac7347284537d87ee412dab0b98034545b427f866e59865b007e55
7
- data.tar.gz: 29b2c596c9855cf629c65ebad038cf808cd0e968738637465a6f085a4a173b6bc4c52f9d6fd933f114b229734766834c5e8b693031673a720dcf05440e8e7ae5
6
+ metadata.gz: 96912c622b5fcd236ea89498731961fa594b7c3730df30088abdcae418cd44ace8ef9eade05f1e7342f07dfb0bd62891b449226214c79c38cc7c5eb5c5982a07
7
+ data.tar.gz: e2b9ec123bb45d73cc94042c1688f4743892757e046d262ae48a3dbfa741a0231da5c5e6ef661b197cac4b0c7241e7d0cfbb257e7100cdbe416779fcda2616f3
@@ -1,3 +1,8 @@
1
+ ## 2.0.3
2
+ - Docs: Set the default_codec doc attribute.
3
+
4
+ ## 2.0.2
5
+ - Docs: Add documentation template
1
6
  ## 2.0.1
2
7
  - Add encoding: utf-8 to spec files. This can help prevent issues during testing.
3
8
  ## 2.0.0
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-output-example'
3
- s.version = '1.0.1'
3
+ s.version = '2.0.3'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.summary = "This example output does nothing."
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-output-example
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 2.0.3
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
@@ -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,7 +98,7 @@ 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
104
  summary: This example output does nothing.