logstash-input-http_poller 4.0.3 → 4.0.4
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 +3 -0
- data/logstash-input-http_poller.gemspec +2 -2
- metadata +7 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 9324d9f3a1c750ee797445ab4ca2e23dcee511cac792995201d8c7a44708943c
|
|
4
|
+
data.tar.gz: d40b2dbe60634d59e51ee74314f729d17a39e84e772fb3a5010f26a459418038
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 83d57264366e4c2129f067ec08d29c280dfcb0e3f677b4ca4aebf053ed3f750713ba0842c0bbe30826171d0d7af0b761e56f8528cc0577bdd7a6cd7ca2cb1da9
|
|
7
|
+
data.tar.gz: e9fb1983b5efe25a66e48f5e9ce43813e9f99735610956cc8414e1f08cc766ab82f642b0d25ab89b6bebdeeecea887b3900a41c2070791d9c429492ac6b9b953
|
data/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'logstash-input-http_poller'
|
|
3
|
-
s.version = '4.0.
|
|
3
|
+
s.version = '4.0.4'
|
|
4
4
|
s.licenses = ['Apache License (2.0)']
|
|
5
|
-
s.summary = "
|
|
5
|
+
s.summary = "Decodes the output of an HTTP API into events"
|
|
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"
|
|
7
7
|
s.authors = [ "Elastic", "andrewvc"]
|
|
8
8
|
s.email = 'info@elastic.co'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: logstash-input-http_poller
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.0.
|
|
4
|
+
version: 4.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Elastic
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2017-
|
|
12
|
+
date: 2017-11-07 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -149,7 +149,9 @@ dependencies:
|
|
|
149
149
|
- - ">="
|
|
150
150
|
- !ruby/object:Gem::Version
|
|
151
151
|
version: '0'
|
|
152
|
-
description: This gem is a Logstash plugin required to be installed on top of the
|
|
152
|
+
description: This gem is a Logstash plugin required to be installed on top of the
|
|
153
|
+
Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
|
|
154
|
+
gem is not a stand-alone program
|
|
153
155
|
email: info@elastic.co
|
|
154
156
|
executables: []
|
|
155
157
|
extensions: []
|
|
@@ -186,9 +188,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
186
188
|
version: '0'
|
|
187
189
|
requirements: []
|
|
188
190
|
rubyforge_project:
|
|
189
|
-
rubygems_version: 2.
|
|
191
|
+
rubygems_version: 2.6.11
|
|
190
192
|
signing_key:
|
|
191
193
|
specification_version: 4
|
|
192
|
-
summary:
|
|
194
|
+
summary: Decodes the output of an HTTP API into events
|
|
193
195
|
test_files:
|
|
194
196
|
- spec/inputs/http_poller_spec.rb
|