logstash-output-file 4.2.2 → 4.2.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: c5d14cba1cbaf243240e2473742196661c7f1bce4d33c3481a74aecf702db61b
4
- data.tar.gz: 549b84b9a98dcf53bf0015e4aed4297e2f6d6a3ad3e5a4b587d2c6d83aab8071
3
+ metadata.gz: 78aedcb63cb389b41d17503f87635ec447cbc269f18baad841bfea2c408a469b
4
+ data.tar.gz: e70110d9d07786b566094f9b5012d2ff39eaba76312555be287c11f1e0de16bf
5
5
  SHA512:
6
- metadata.gz: 21e184fc5ce387e10b07910c95e6fc476a6e1f00bf531eff95c32d930da11c1191d6f7026f7b90ff0f8c91e22a6bc51f5706e7ddb22cbf5b525b0c41bf296971
7
- data.tar.gz: '0880e0cbc6a742602d42b48afbead841cb480743ecd5de7f3bbf308c753a138c5fe5c31afa0755479ece1fe9c7b1e515ac8e08b9ecb7305d4dc46542cd4ecc43'
6
+ metadata.gz: 43b2c79e85f0a59559bd48b762a1cf997f3037c65fb4e650d7d9e83cc4d4f7bc86e64a958c0ecb3568ef0b8bd519999573e68015ff6cb2d0c4f25bc00845ecc9
7
+ data.tar.gz: 57bfc0a2394ecdad15cd43b1777fff7c4285afa12edc833f48d3a1a0425afe89cc20f98f0be4b6a4bb64b1295d2be45a6bbf8127d602123c5b730973595e0b94
@@ -1,3 +1,6 @@
1
+ ## 4.2.3
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 4.2.2
2
5
  - Add feature `write_behavior` to the documentation #58
3
6
 
@@ -1,5 +1,6 @@
1
1
  :plugin: file
2
2
  :type: output
3
+ :default_codec: json_lines
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -142,3 +143,5 @@ If `overwrite`, the file will be truncated before writing and only the most rece
142
143
 
143
144
  [id="plugins-{type}s-{plugin}-common-options"]
144
145
  include::{include_path}/{type}.asciidoc[]
146
+
147
+ :default_codec!:
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-file'
4
- s.version = '4.2.2'
4
+ s.version = '4.2.3'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Writes events to files on disk"
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-file
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.2.2
4
+ version: 4.2.3
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
@@ -140,7 +140,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
140
140
  version: '0'
141
141
  requirements: []
142
142
  rubyforge_project:
143
- rubygems_version: 2.6.13
143
+ rubygems_version: 2.6.11
144
144
  signing_key:
145
145
  specification_version: 4
146
146
  summary: Writes events to files on disk