logstash-input-jmx 3.0.5 → 3.0.6

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: '0768683e66693b86f69d4e85e5f4696b4ea2ff391327f81837172cecd64758b5'
4
- data.tar.gz: 535510f68d499f2c201deaee304093f22d150f512b439c07a7da130f134dc60f
3
+ metadata.gz: f5036f5be1331e266e3760bd750f62fd9cecf1ead4bf311a7ca193896593c7fa
4
+ data.tar.gz: 2927501779f323bbee6b0fb3f196e7fec74ef7bbc3ebc3083f5796466d00e0cf
5
5
  SHA512:
6
- metadata.gz: f10112a961c9b809f588fd8f157550174758060b3f19097faae9076fa29cd928cee0ce3b25a51ca613f184fab6c627e24e25b37e906adc0f80bfa5ec35b49954
7
- data.tar.gz: cf303c4a063607ca8d5a038a8133ec9d86b11e3f6c6f8a5d8d335aec25dad019df14dbddd50e013e024a80c0115948d2a27835ab4625d7124fd2548f2f7c7185
6
+ metadata.gz: 4a0c91f1da07a43b56275d80d922f25b694891c033d38e903290767a01bfc7dca34043552dd83d1302e78eba53fbb6280411fc3a29caabc8fb1a51216ca0fa84
7
+ data.tar.gz: f0d3fceb40422062e5e40acfde3a1e896d68b218ac8ad2c90e3d026672cd01e9dc43c2b37b84d37d669b6987510d5055d39beb41864f137c4d6cb7a96a04edf7
@@ -1,5 +1,8 @@
1
+ ## 3.0.6
2
+ - Fix documentation issue (correct subheading format)
3
+
1
4
  ## 3.0.5
2
- - Docs: Set the default_codec doc attribute.
5
+ - Docs: Set the default_codec doc attribute.
3
6
 
4
7
  ## 3.0.4
5
8
  - Update gemspec summary
@@ -26,7 +26,7 @@ Every `polling_frequency`, it scans a folder containing json configuration
26
26
  files describing JVMs to monitor with metrics to retrieve.
27
27
  Then a pool of threads will retrieve metrics and create events.
28
28
 
29
- ## The configuration:
29
+ ==== The configuration
30
30
 
31
31
  In Logstash configuration, you must set the polling frequency,
32
32
  the number of thread used to poll metrics and a directory absolute path containing
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-jmx'
4
- s.version = '3.0.5'
4
+ s.version = '3.0.6'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Retrieves metrics from remote Java applications over JMX"
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-jmx
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.5
4
+ version: 3.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-06 00:00:00.000000000 Z
11
+ date: 2018-04-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -112,7 +112,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
112
112
  version: '0'
113
113
  requirements: []
114
114
  rubyforge_project:
115
- rubygems_version: 2.6.11
115
+ rubygems_version: 2.6.13
116
116
  signing_key:
117
117
  specification_version: 4
118
118
  summary: Retrieves metrics from remote Java applications over JMX