logstash-output-zeromq 3.1.2 → 3.1.3

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: 3dfbb413311222d94db6dab9beedce6a294099875606975e476eda1384f1371a
4
- data.tar.gz: 6b71c94766747f4dd087295faa0ad4b33ad5f3aff8b6164820b869d7392f1959
3
+ metadata.gz: 3d99d0130185882b0d49e247cc08414cdfcbc08c0b6be0ac2fd2350beff598df
4
+ data.tar.gz: a236726ed83e2e8dc94b2e52b0f386d4b62ad64c825324a81db36cfa70c5a44a
5
5
  SHA512:
6
- metadata.gz: 03a2ac5a12a9d37c8af50ea7ef76e941f2013194656fcfb0bedb0565a0457158142159b507ea3649f828e00801bab35b3e0ae2bb1d6c5c4b55116b775a506132
7
- data.tar.gz: 5c2846f32c5806f1e2d89133deacfd2cf03f829401f76a946eb25b733d6762cf7064e1d7cc356deaef6d1044233312214b47644f3ae200a22dcc9ea76a751d1c
6
+ metadata.gz: 40fe643892999cae849011b6fa4a85d1337cbd84555b096e08e474adc344bb6b55747afa4d8820b3fe564a13f04a10dde28c4b568af55a02c1f72754c7873909
7
+ data.tar.gz: 31527108a646ce56be30122e9c32db32439025472c414e69e6e85166e6d223b048529d89f161e2770e8ae278d840323df0df3cdc9c8703eaebeb0738a2a299cd
@@ -1,3 +1,6 @@
1
+ ## 3.1.3
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 3.1.2
2
5
  - Fix some documentation issues
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: zeromq
2
2
  :type: output
3
+ :default_codec: json
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -123,4 +124,6 @@ you can change the 'mode' setting
123
124
 
124
125
 
125
126
  [id="plugins-{type}s-{plugin}-common-options"]
126
- include::{include_path}/{type}.asciidoc[]
127
+ include::{include_path}/{type}.asciidoc[]
128
+
129
+ :default_codec!:
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-zeromq'
4
- s.version = '3.1.2'
4
+ s.version = '3.1.3'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Write events to a 0MQ 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-output-zeromq
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.2
4
+ version: 3.1.3
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