logstash-input-remote_proc 0.1.2 → 0.1.3

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: 191511d2b37eb1608ff5c138f9fe22fa79c52291
4
- data.tar.gz: beaf4d403fdbae4446f33015a6f0ae1e2b50cf4b
3
+ metadata.gz: 1de40724faac9caeb974e490b5d6d45e7399bb05
4
+ data.tar.gz: 8a7a544da5e0499f945c41c27607b4a85bb35c67
5
5
  SHA512:
6
- metadata.gz: 1a4d2f1d84fe9f45c2ac390089cc5c08f6e1fc332982c1dafaa19029ef09583cbd951be795d79eb83fc1cfb82c2bac153a2a63faa7a8c0c0426ccb1fa5c555ae
7
- data.tar.gz: 51d29b71a54673362353ec1bcff7d9f3aa5f9adb39ca11515e97186dc03f292a3c46554cbf865835428a8be4adad88bb9db0fed5dadf44cc4dce885bc38c83af
6
+ metadata.gz: 81ed7ae0012e3246d9408888f92c306ea2adfab13ec1b01bbe394bd45bcf097822301c112138fa91942bc19894508b166721c01ea0995a20f2b2f2fa098fcd03
7
+ data.tar.gz: 7e5997a6f431f6666e175f6ccd3ac4a0f7bfc06a8fec61a0962475ddb03a9c07d1c80aaa6a7db5a21f27dca1e6c9b3820b26cfb83e70becc744542af561907f6
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## 0.1.2
2
+ - Add metrics filter to choose only those needed for the dashboard.
3
+
4
+ ## 0.1.1
5
+ - Fix remote_host value which always was '127.0.0.1' when using gateway.
6
+
1
7
  ## 0.1.0
2
8
  - Update USAGE.md.
3
9
  - Update CHANGELOG.md.
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-input-remote_proc'
3
- s.version = '0.1.2'
3
+ s.version = '0.1.3'
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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-input-remote_proc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christian Kakesa