logstash-input-example 2.0.5 → 2.0.7
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 +5 -5
- data/CHANGELOG.md +5 -0
- data/LICENSE +1 -1
- data/README.md +2 -2
- data/logstash-input-example.gemspec +1 -1
- metadata +6 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 203867d6a5ba7ba52d0230e893ec1964f9f9fdba3fa4a10d5d14f588dcf6fe7b
|
|
4
|
+
data.tar.gz: 9e6ef7b08c531b8ca8e13afae13587b3c0ad6982cdfc2f66282da79e7b483cfa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 49ca2b22c32374d0bb880db0431e619d3f6910bd9f75046875cd05acd92365be8a1971ce1ea989754cbefa3aad06f21c0a22f6479fd2ee2cb1ae07610c631d63
|
|
7
|
+
data.tar.gz: 6e9b51fa0a7cba7811aa58bb3dfd863fd6de2eb9a5f9abf12b518152c06d9e0c63b45262b6317785dae803929383698a3ba38d5b65a09c34a939fb93b84c984e
|
data/CHANGELOG.md
CHANGED
data/LICENSE
CHANGED
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
|
|
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
|
|
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.
|
|
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.
|
|
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:
|
|
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
|
|
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.
|
|
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.
|