logstash-input-snmptrap 3.0.5 → 3.0.6

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: 9a045110f483f3becaf38faa68facf4db1ef07a88381828563d50a872a04b95c
4
- data.tar.gz: ca3b69a449d4799bbaeaefef493292c8bcf3072f774a2ae27fa0ad461eee996f
3
+ metadata.gz: c32a414ff462f412eab419c8a2f325bc84b73be33b6895a283eb85770e0a0d1a
4
+ data.tar.gz: ecbc06d2387b66c2804fb4feb816af5380d56b70cb5fd3478f42262510be459f
5
5
  SHA512:
6
- metadata.gz: a29ce507ecf99547eeab19f0fd45e7bca3c85baba58f698938fe793ac89ed3ee0c8aec1c771ed54e883f797bae73be59fdaffdbfda79df7a14a0b5ee3efd070c
7
- data.tar.gz: 85ccbb122eb539783d63debc75b0f413a2409eb0269cfecb4170925931a74f68ae3a04472bb036eba3339efded0f2beea90c63fcca86947c5e336ea6f50f2c39
6
+ metadata.gz: 6222b97a8eb3767fc146b75059d2035925fcd12bc80553f6f3763d3df0109ae8ab7a66b7e560824bee17c5d4cb89883242e46ab6c6f5579a25ebf92f9316da52
7
+ data.tar.gz: ac711c53bdfc902d55760fa78ee715303020f92a65d943239cd1f8cb5e7531f9f9f363818a284ae44be578cb3bcd25c9907fb632416ea20d30596f262de6c295
@@ -1,3 +1,6 @@
1
+ ## 3.0.6
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 3.0.5
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: snmptrap
2
2
  :type: input
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -85,4 +86,6 @@ directory of YAML MIB maps (same format ruby-snmp uses)
85
86
 
86
87
 
87
88
  [id="plugins-{type}s-{plugin}-common-options"]
88
- include::{include_path}/{type}.asciidoc[]
89
+ include::{include_path}/{type}.asciidoc[]
90
+
91
+ :default_codec!:
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-snmptrap'
4
- s.version = '3.0.5'
4
+ s.version = '3.0.6'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Creates events based on SNMP trap messages"
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-snmptrap
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.5
4
+ version: 3.0.6
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