logstash-input-http_poller 4.0.4 → 4.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
2
  SHA256:
3
- metadata.gz: 9324d9f3a1c750ee797445ab4ca2e23dcee511cac792995201d8c7a44708943c
4
- data.tar.gz: d40b2dbe60634d59e51ee74314f729d17a39e84e772fb3a5010f26a459418038
3
+ metadata.gz: d8b6a0c83d9ba60c4adc79c717e782e5f5eba221de0bb7cd1988c995562c70f7
4
+ data.tar.gz: 0ba31f25341fe58cca2e9e1218942ab2892e6f14b84fbe375275c0e779e42cd4
5
5
  SHA512:
6
- metadata.gz: 83d57264366e4c2129f067ec08d29c280dfcb0e3f677b4ca4aebf053ed3f750713ba0842c0bbe30826171d0d7af0b761e56f8528cc0577bdd7a6cd7ca2cb1da9
7
- data.tar.gz: e9fb1983b5efe25a66e48f5e9ce43813e9f99735610956cc8414e1f08cc766ab82f642b0d25ab89b6bebdeeecea887b3900a41c2070791d9c429492ac6b9b953
6
+ metadata.gz: a747f8e2e313bcc2a400e14fa52f6fc577781302747f1ae50f7ac64352d873f6bcf81df0e92f615ff814746193048a4ea7234a3290b034b5db7acfcecff42f1f
7
+ data.tar.gz: 48c3480f8afbc36cc645b9ef91cb191284fdaa5a4faae0a3bd25689cdce96f432b2e633fe3293f9317f4edd4c8c9fcf0a418ae4766f49b4e72be809ab81b5cb6
@@ -1,3 +1,6 @@
1
+ ## 4.0.5
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 4.0.4
2
5
  - Update gemspec summary
3
6
 
@@ -1,5 +1,6 @@
1
1
  :plugin: http_poller
2
2
  :type: input
3
+ :default_codec: json
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -282,10 +283,7 @@ If you'd like to use an HTTP proxy . This supports multiple configuration syntax
282
283
  * Value type is <<number,number>>
283
284
  * Default value is `60`
284
285
 
285
- This module makes it easy to add a very fully configured HTTP client to logstash
286
- based on [Manticore](https://github.com/cheald/manticore).
287
- For an example of its usage see https://github.com/logstash-plugins/logstash-input-http_poller
288
- Timeout (in seconds) for the entire request
286
+ Timeout (in seconds) for the entire request.
289
287
 
290
288
  [id="plugins-{type}s-{plugin}-retry_non_idempotent"]
291
289
  ===== `retry_non_idempotent`
@@ -376,4 +374,6 @@ See https://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/org/apache
376
374
 
377
375
 
378
376
  [id="plugins-{type}s-{plugin}-common-options"]
379
- include::{include_path}/{type}.asciidoc[]
377
+ include::{include_path}/{type}.asciidoc[]
378
+
379
+ :default_codec!:
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-input-http_poller'
3
- s.version = '4.0.4'
3
+ s.version = '4.0.5'
4
4
  s.licenses = ['Apache License (2.0)']
5
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"
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
4
+ version: 4.0.5
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-11-07 00:00:00.000000000 Z
12
+ date: 2018-04-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  requirement: !ruby/object:Gem::Requirement