logstash-input-http_poller 3.3.1 → 3.3.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7b0d65435aae038dc4f93fc497421782acc65d9a
4
- data.tar.gz: d1c6ddc5c34e64266abbbdf218b4595262778fc1
3
+ metadata.gz: 4b122664ef7730d33928b3b72a7cdf357f2d9f3b
4
+ data.tar.gz: b37ff785fd36a82e6d1bf6caca6587a3e3a3f811
5
5
  SHA512:
6
- metadata.gz: 6b85ca1a7e338a3bb6aec056e2c7e345ec5308a98322f83996ce76158ffdd59495b686f85da10a5ce2d921b7ea5ac69a426232bfdf164fee533539a16b532f50
7
- data.tar.gz: 43b5fcd0a9b248d3e1d29c4b81ae7a99bd9398906bcb92417d5a3a1825453a2988f1b85c7e84f044314c33e08a0fd742e341c501f53bd601c3efca4087eb245e
6
+ metadata.gz: cf3416fa4323a98ca466576cb84ea75a4c95b21af95a0ee3920a28405569b77ac9198853e14667fa929f58f2f80da880ea6ce22d21f52f92a4e3c19d09ba1499
7
+ data.tar.gz: 822dda978ab4577177f9f6c5814d84095f48ede7a27bbca0a9ee71188861419a6c41323590049b288d07d8b0c23645c0eaf922ed3683130832b044807a36260b
@@ -1,3 +1,6 @@
1
+ ## 3.3.2
2
+ - Documentation fixes
3
+
1
4
  ## 3.3.0
2
5
  - Add top level user/password options that apply to all URLs by default.
3
6
  - Make user/password configurable per-URL nested at the top level without the extra auth hash
@@ -12,7 +12,7 @@ START - GENERATED VARIABLES, DO NOT EDIT!
12
12
  END - GENERATED VARIABLES, DO NOT EDIT!
13
13
  ///////////////////////////////////////////
14
14
 
15
- [id="plugins-{type}-{plugin}"]
15
+ [id="plugins-{type}s-{plugin}"]
16
16
 
17
17
  === Http_poller input plugin
18
18
 
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-input-http_poller'
3
- s.version = '3.3.1'
3
+ s.version = '3.3.2'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.summary = "Poll HTTP endpoints with Logstash."
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: 3.3.1
4
+ version: 3.3.2
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-06-23 00:00:00.000000000 Z
12
+ date: 2017-08-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  requirement: !ruby/object:Gem::Requirement