logstash-output-boundary 3.0.4 → 3.0.5

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: 8fe5e71636af1a2bd408caaf41ba0293031c894fa0bae5b0af3dc134b5d72c11
4
- data.tar.gz: 2df0f5695b1a6daf755b5268f54b066b36d79681b810fe96c56b154cf22e930a
3
+ metadata.gz: af278c2bf4152d5f4bb3489863cdab290ba121a9a8a8c94e559a5e6339640f93
4
+ data.tar.gz: 174b0e3d352742a631dc75bc27b90b810c217dbad3877296359ff39795544219
5
5
  SHA512:
6
- metadata.gz: 0a3b1070ca11ecd0eb428e41ff5070eca9187dd3e3ace61a8727e3c2561fd95dee1d2257cc028c0792e2012fdfb50076b5dd662f535ecfed861c992eb4589864
7
- data.tar.gz: e7180857cd2f8250b45932a175cf379b0157177548af644d283dd75f3d8b7b2a6a8026015759a5f04278f8d2c45fc5e21d062bb81edda071b605cf2ba83c87a3
6
+ metadata.gz: 71de17fb2e99b55db3e78e5456aa62ff030fbb9317a8f579b6aa446e19cb89325f183b1193de66eea68c9f0ede670af78a497e66e871ddd71363e10f11eaf431
7
+ data.tar.gz: a484226d2ae0bd38a059c2797ad3eace37805c15098eace7e4b068dcc688b98ffe837e273c043c2300cb5367e8461148c83ee03ff5138e70daa3c88acae4a3b9
@@ -1,3 +1,6 @@
1
+ ## 3.0.5
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 3.0.4
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: boundary
2
2
  :type: output
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -136,4 +137,6 @@ By default this is set to `event.get("@timestamp").to_i`
136
137
 
137
138
 
138
139
  [id="plugins-{type}s-{plugin}-common-options"]
139
- include::{include_path}/{type}.asciidoc[]
140
+ include::{include_path}/{type}.asciidoc[]
141
+
142
+ :default_codec!:
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-boundary'
3
- s.version = '3.0.4'
3
+ s.version = '3.0.5'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.summary = "Sends annotations to Boundary based on Logstash events"
6
6
  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-boundary
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.4
4
+ version: 3.0.5
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