logstash-input-heartbeat 3.0.3 → 3.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 61182ec026408453bb9ad188b0f93d42d85c1218
4
- data.tar.gz: 79ffa1180529eff0811ca06104f397c590fa1859
3
+ metadata.gz: c5458adad5277a82dcd25b9e624ccb1f3cd942f3
4
+ data.tar.gz: 194539ec9c1cc51f4563f119f0860df1a9b34b46
5
5
  SHA512:
6
- metadata.gz: f4a474b3dcb8169054220feb7dc4ee6b6be30a922dd4aa9bdb21d12857428fb60e53f5af58157fe48422c5a17ae30518d67435eb9a382663b3b45a949b2cb6c9
7
- data.tar.gz: 3ae24164ae7993346196498053c342d38a67098777bc0e065e1845f6c2901d19d53998fde9ca38748fc929c37c1658988024d4fde43e26425b0331c71ed2cff3
6
+ metadata.gz: 2a2ec6e9501f7eb2242d55bb548cda748c5ba6dd2797ef2524482abe1ea984b47e4cdd8ee7ff7e2031cb2eb74b6a454218367be34bc7c2d20881722c71cc1303
7
+ data.tar.gz: 1a07791d61525225c2031476d2787eb91779e549952a91992853c1781da4e419a3e1ca1063b705cfcaebe9b9a6d46ab309be251cbce7015b5123f00fd07712ca
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.0.4
2
+ - Fix some documentation issues
3
+
1
4
  ## 3.0.2
2
5
  - Relax constraint on logstash-core-plugin-api to >= 1.60 <= 2.99
3
6
 
data/docs/index.asciidoc CHANGED
@@ -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
  === Heartbeat input plugin
18
18
 
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-heartbeat'
4
- s.version = '3.0.3'
4
+ s.version = '3.0.4'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "This input generates a heartbeat pattern to aid in monitoring Logstash performance & availability"
7
7
  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-heartbeat
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.3
4
+ version: 3.0.4
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: 2017-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement