logstash-input-jmx 3.0.4 → 3.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
- SHA1:
3
- metadata.gz: 8db00f1d98bc7b5d3436c8f04830aacea9b3dba6
4
- data.tar.gz: 757a1ed7a802fa5fc9a4e0ce9ac4d4f9a9b4de0d
2
+ SHA256:
3
+ metadata.gz: '0768683e66693b86f69d4e85e5f4696b4ea2ff391327f81837172cecd64758b5'
4
+ data.tar.gz: 535510f68d499f2c201deaee304093f22d150f512b439c07a7da130f134dc60f
5
5
  SHA512:
6
- metadata.gz: 2a3decff581c658c0facbe645b3a23e045ffc34941f3be20343731057121b57603f2b210b561746abc7e90238e9b99e2d56b2d8a45473d459ca639aafdbd7ab4
7
- data.tar.gz: 9f635dd1255fc2d2b8be74afefa8073e0cdf8a9767e58c88a6441ea1ac3be27ec399cf0f5d1d36efa9c3b33bd94bb10a3371d94f7bbba14fd6c1f782f70715be
6
+ metadata.gz: f10112a961c9b809f588fd8f157550174758060b3f19097faae9076fa29cd928cee0ce3b25a51ca613f184fab6c627e24e25b37e906adc0f80bfa5ec35b49954
7
+ data.tar.gz: cf303c4a063607ca8d5a038a8133ec9d86b11e3f6c6f8a5d8d335aec25dad019df14dbddd50e013e024a80c0115948d2a27835ab4625d7124fd2548f2f7c7185
@@ -1,3 +1,6 @@
1
+ ## 3.0.5
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 3.0.4
2
5
  - Update gemspec summary
3
6
 
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012–2016 Elasticsearch <http://www.elastic.co>
1
+ Copyright (c) 2012-2018 Elasticsearch <http://www.elastic.co>
2
2
 
3
3
  Licensed under the Apache License, Version 2.0 (the "License");
4
4
  you may not use this file except in compliance with the License.
@@ -1,5 +1,6 @@
1
1
  :plugin: jmx
2
2
  :type: input
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -154,4 +155,6 @@ Indicate interval between two jmx metrics retrieval
154
155
 
155
156
 
156
157
  [id="plugins-{type}s-{plugin}-common-options"]
157
- include::{include_path}/{type}.asciidoc[]
158
+ include::{include_path}/{type}.asciidoc[]
159
+
160
+ :default_codec!:
@@ -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.4'
4
+ s.version = '3.0.5'
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.4
4
+ version: 3.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-11-14 00:00:00.000000000 Z
11
+ date: 2018-04-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -72,7 +72,9 @@ dependencies:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
- 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
75
+ description: This gem is a Logstash plugin required to be installed on top of the
76
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
77
+ gem is not a stand-alone program
76
78
  email: info@elastic.co
77
79
  executables: []
78
80
  extensions: []
@@ -110,7 +112,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
110
112
  version: '0'
111
113
  requirements: []
112
114
  rubyforge_project:
113
- rubygems_version: 2.4.8
115
+ rubygems_version: 2.6.11
114
116
  signing_key:
115
117
  specification_version: 4
116
118
  summary: Retrieves metrics from remote Java applications over JMX