logstash-input-udp 3.3.0 → 3.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 60d650bd7c475a99512a2152b86460f1b8721772b2b2fd280f646027c77af60b
4
- data.tar.gz: f99989e62ebfc5854f4c0e98d44b3afc6ca1809d3d61da9d267ffa5c44c69255
3
+ metadata.gz: a5eb73eece60d5631a8785502c8d68a8dc4a23e086a8586d8554528290c98fa5
4
+ data.tar.gz: 0a8b731a32150a92ddd262a0f3df4c5cb1348e6c50e583d0630bad031df2c443
5
5
  SHA512:
6
- metadata.gz: 6c66d1e0b1f7a694e0ce447571df4477967a3faff0c6064367343ecf1a52621ab1570e5d34e9fcb6486a99ab953da278a1cf5598eafee62d9ef2e0f20eea8166
7
- data.tar.gz: 014d6c60519f8be62db95fbc09469a2afc46a44a9febaad3a03827c240b756a7721d4f7fd9c81cc9d850975e8b10371dea73fa7d41ac81920469401469c1b7ab
6
+ metadata.gz: 452db944945f274ca25d0685cf52f178a3ca54ecc67ff3db68f51a870b47f114619396ee24282b7ebb25f9586979e2d1187a46de16015d6b42323570803f897d
7
+ data.tar.gz: f1c882bfc3237984ce6063a487d1449ff8250e26e21f97c374f659a48db03e475387859090939521272f6cb885bf9923ae29d51b124e4c0b82e7e652695a6da1
@@ -1,3 +1,6 @@
1
+ ## 3.3.1
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 3.3.0
2
5
  - Add metrics support for events, operations, connections and errors produced during execution. #34
3
6
  - Fix support for IPv6 #31
@@ -1,5 +1,6 @@
1
1
  :plugin: udp
2
2
  :type: input
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -103,4 +104,6 @@ Number of threads processing packets
103
104
 
104
105
 
105
106
  [id="plugins-{type}s-{plugin}-common-options"]
106
- include::{include_path}/{type}.asciidoc[]
107
+ include::{include_path}/{type}.asciidoc[]
108
+
109
+ :default_codec!:
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-udp'
4
- s.version = '3.3.0'
4
+ s.version = '3.3.1'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Reads 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-input-udp
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.0
4
+ version: 3.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-03-21 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
@@ -128,7 +128,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
128
128
  version: '0'
129
129
  requirements: []
130
130
  rubyforge_project:
131
- rubygems_version: 2.6.13
131
+ rubygems_version: 2.6.11
132
132
  signing_key:
133
133
  specification_version: 4
134
134
  summary: Reads events over UDP