logstash-output-udp 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: 960420ce961c61b296ffa635ccd2d5af5815423867837c88d698fec311a611a2
4
- data.tar.gz: dd37249b3a88ef2c11c3c26d90d2c8458582eccaee667dc0be2172de3b9411b3
3
+ metadata.gz: 03da8b46cdf2746435b5822fce43ac3310c990748e316c53e2d0068cf29a682c
4
+ data.tar.gz: a50dae007a3c6db9c856acd7dd058b73765c21b04180a5ff6bc834000830f6a3
5
5
  SHA512:
6
- metadata.gz: a5488cb9326d890c10229badec98b920f5f2627db9d1baddf98193c6c504bbd0471d5954dd1c672d50a94434186d9eef810aa7f2f007e47b2688acca6fe55eda
7
- data.tar.gz: 05c5498ec8c7508888f490870cc66f6d5065c1126aace7b4b00485239405d23055ae3e1b138430d013e940a08491b2586c6210a9c0300618d61802d62c1786f3
6
+ metadata.gz: 7543ed4c366a4f9dde7916c560de384fb4991f337d4fc534c55690b242df85d10c8b559a7612924dcad746c4d2d770115b2a0b8d45bd10c7c4614e6bc9c23c0c
7
+ data.tar.gz: 840f950c945e73a96de90afa3fd25f3b8e2b2df3ac204b576bbb1b2ab7458e2ddd264b3b815b968ff1724ec170461763d58362c3f86766984553a3b59dacb792
@@ -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: udp
2
2
  :type: output
3
+ :default_codec: json
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -62,4 +63,6 @@ The port to send messages on
62
63
 
63
64
 
64
65
  [id="plugins-{type}s-{plugin}-common-options"]
65
- include::{include_path}/{type}.asciidoc[]
66
+ include::{include_path}/{type}.asciidoc[]
67
+
68
+ :default_codec!:
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-udp'
4
- s.version = '3.0.5'
4
+ s.version = '3.0.6'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Sends events 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-output-udp
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-13 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