logstash-input-remote_proc 0.1.3 → 0.1.4

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
  SHA1:
3
- metadata.gz: 1de40724faac9caeb974e490b5d6d45e7399bb05
4
- data.tar.gz: 8a7a544da5e0499f945c41c27607b4a85bb35c67
3
+ metadata.gz: a24c7809678f1a8ede411593d7c436d52f20fff7
4
+ data.tar.gz: b8f5e276d87809f356524171b8fe3c954908df97
5
5
  SHA512:
6
- metadata.gz: 81ed7ae0012e3246d9408888f92c306ea2adfab13ec1b01bbe394bd45bcf097822301c112138fa91942bc19894508b166721c01ea0995a20f2b2f2fa098fcd03
7
- data.tar.gz: 7e5997a6f431f6666e175f6ccd3ac4a0f7bfc06a8fec61a0962475ddb03a9c07d1c80aaa6a7db5a21f27dca1e6c9b3820b26cfb83e70becc744542af561907f6
6
+ metadata.gz: a4985c72a1293a829882107b8f9435d5db8bb25013c5b8291bcc492fe105fafaa0fe1f1eb3d9e0c3031f88b09a8fb83a02ec835474061f16816d2dcbba8d3a5f
7
+ data.tar.gz: c809834f87de7660907bb7aaad0754ce3875c9bb39c6a06a2aefd6bca890cee455692f6642c29c2e74e171a582f55dd60ba5b52abeef6280d897d6cb639df0e4
@@ -1,3 +1,9 @@
1
+ ## 0.1.4
2
+ - Update comment.
3
+
4
+ ## 0.1.3
5
+ - Fixed CHANGELOG.md.
6
+
1
7
  ## 0.1.2
2
8
  - Add metrics filter to choose only those needed for the dashboard.
3
9
 
@@ -33,10 +33,6 @@ module LogStash
33
33
  # ]
34
34
  # }
35
35
  # }
36
- #
37
- # output {
38
- # stdout { codec => rubydebug }
39
- # }
40
36
  # -------------------------------------------------------------------------
41
37
  #
42
38
  class RemoteProc < LogStash::Inputs::Base
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-input-remote_proc'
3
- s.version = '0.1.3'
3
+ s.version = '0.1.4'
4
4
  s.licenses = ['Apache-2.0']
5
5
  s.summary = 'This Logstash plugin collects PROCFS metrics through remote SSH servers.'
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,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-input-remote_proc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christian Kakesa
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-19 00:00:00.000000000 Z
11
+ date: 2016-11-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement