logstash-input-ganglia 3.1.3 → 3.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
  SHA256:
3
- metadata.gz: 5ebdf90621ea861f7392690e4747dc7596ed9cacf5b6590e15ada964f231c1ff
4
- data.tar.gz: 89cb51f53f694161d2df9c8936fb003493bc825d23097911ea65d8a017182053
3
+ metadata.gz: 3270ea0c0de88e02fe36f10c0147b6e9d174b26cf818c788ff21cae3b23e48fb
4
+ data.tar.gz: 6277065fdff11a1f7262df31ebf746553125d990d36062828e18b2f30b9b95be
5
5
  SHA512:
6
- metadata.gz: 07c2551490f474006b12ac38890c036fd44b3c3326ee2f3934b2269e3fb62d0df4bf792715a3758c58d386304ce050d0b1d2f2985c5594db4fd8cf411162ca61
7
- data.tar.gz: cc69a45b26c573f8775d5ef983bca6bd3be5a4ecb53c4c09cf5dc50950a75f5bfe19c57c9d39174347c9a4847c922e8c9f5ffa4e48cc5723410c912b8336677f
6
+ metadata.gz: 268e090419e9044c3a645e3f8a3c74724887a169f401b235d606e4b55ca391bbc7a7183bc42d401e7b8a714057d712813cbdd9e57f96cd4efd40ecfab5d54030
7
+ data.tar.gz: d366c5cd7829fc66da59c36d93c187cbfc211c425e54ef5e8c2b320708d9d2fcf6db61162aa8712fb621682857bf7d33c7d26e3066d130c6f2b7d46618c5e6e6
@@ -1,3 +1,6 @@
1
+ ## 3.1.4
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 3.1.3
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: ganglia
2
2
  :type: input
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -60,4 +61,6 @@ ports) may require root to use.
60
61
 
61
62
 
62
63
  [id="plugins-{type}s-{plugin}-common-options"]
63
- include::{include_path}/{type}.asciidoc[]
64
+ include::{include_path}/{type}.asciidoc[]
65
+
66
+ :default_codec!:
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-ganglia'
4
- s.version = '3.1.3'
4
+ s.version = '3.1.4'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Reads Ganglia packets over UDP"
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-ganglia
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.3
4
+ version: 3.1.4
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-07 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