logstash-input-remote_proc 0.1.4 → 0.1.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
2
  SHA1:
3
- metadata.gz: a24c7809678f1a8ede411593d7c436d52f20fff7
4
- data.tar.gz: b8f5e276d87809f356524171b8fe3c954908df97
3
+ metadata.gz: 80014c6e1cda441511aac73c775940faff81c73e
4
+ data.tar.gz: cc4b70a529900f8e028fef6fdeb9f0ef1987f963
5
5
  SHA512:
6
- metadata.gz: a4985c72a1293a829882107b8f9435d5db8bb25013c5b8291bcc492fe105fafaa0fe1f1eb3d9e0c3031f88b09a8fb83a02ec835474061f16816d2dcbba8d3a5f
7
- data.tar.gz: c809834f87de7660907bb7aaad0754ce3875c9bb39c6a06a2aefd6bca890cee455692f6642c29c2e74e171a582f55dd60ba5b52abeef6280d897d6cb639df0e4
6
+ metadata.gz: d5f7847aa949254171d09411c3e3990227e7327500f71542822c796503efea712439453ad373c51dfa7d2fdfa575ad947ad4b70cc92a50a7866e9cccf6f34e9a
7
+ data.tar.gz: 989081ac4ee05e0bad36bfa4aa00e70333c9c6e0bdd716ce502c3a21ec2e344a0a0d7d6c1bb7892914829ef41e0af053d993203cd3e04fb700954c751a052d7c
data/USAGE.md CHANGED
@@ -38,6 +38,12 @@ If `proc_list` is not declared all of them are processed. An equivalent declarat
38
38
  input { remote_proc { servers => [{}] } }
39
39
  ```
40
40
 
41
+ ### SSH server with default values and authenticate by private key for `cpuinfo` and `meminfo`
42
+
43
+ ```javascript
44
+ input { remote_proc { servers => [{}] proc_list => ["cpuinfo", "meminfo"] } }
45
+ ```
46
+
41
47
  ### With SSH server `host`, `port` and `username` and authenticate by private key
42
48
 
43
49
  ```javascript
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-input-remote_proc'
3
- s.version = '0.1.4'
3
+ s.version = '0.1.5'
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.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christian Kakesa