logstash-input-unix 3.0.6 → 3.0.7

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: 127f18796979e36f00bc35bee11fd945b11f08ac97a54c6d01e874b1634634d5
4
- data.tar.gz: 34b776e08ed40037199c1d9610a7a63dafd098ac12a2a0e628698c41bb29786c
3
+ metadata.gz: 25ff2458154a2198a7fef192ccd0ca96c888ab35abc23070137a27bf6132af41
4
+ data.tar.gz: c6fab6c83f7d019f73924b876db9c4f29113384ff52c96c6fe3b3207ee5a9c75
5
5
  SHA512:
6
- metadata.gz: 89090ad4e78861240aa846b3a568cacfcbdca5ecee0da9c78cfd8b5fdce00953d76affd7c381a804b49eacaec06e22a97654644d1b094eac577e45b36901c2fa
7
- data.tar.gz: fd4cddf5f963dfdd4861603a403edb04aac13d2a434833bfe3efd9c7616ed8d5762fddee4db85d5de597b76c995419205e0de81dad9d20f24d98a7de2af6d873
6
+ metadata.gz: e82f2a34c267b1af083774e5fdf129ac8e80f061a475f3852d1e18c82a193c36b5ab5c5dbba210b70f1b2e6146d8f9d02a5fb0c1653a4b3d9a58934858520ed4
7
+ data.tar.gz: bcdd55ee57f9cd82af6ab8a22d1acdf3e4c512720ddafe118a28029943151f26d0a37165db5e4a084841d5c30b64c9bd04ec76aabb13f5275d88d38b83828983
@@ -1,3 +1,6 @@
1
+ ## 3.0.7
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 3.0.6
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: unix
2
2
  :type: input
3
+ :default_codec: line
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -100,4 +101,6 @@ This setting is only used if `mode` is `client`.
100
101
 
101
102
 
102
103
  [id="plugins-{type}s-{plugin}-common-options"]
103
- include::{include_path}/{type}.asciidoc[]
104
+ include::{include_path}/{type}.asciidoc[]
105
+
106
+ :default_codec!:
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-unix'
4
- s.version = '3.0.6'
4
+ s.version = '3.0.7'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Reads events over a UNIX socket"
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-unix
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.6
4
+ version: 3.0.7
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