logstash-output-csv 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
  SHA1:
3
- metadata.gz: 1383b217b90791fecbff26c7dc354ee59dd5cbfc
4
- data.tar.gz: f627906184033e7e110dcdfe6e8eacfe0f3524bb
3
+ metadata.gz: c2f950b6c626c222026c8a6f9376550520dc226a
4
+ data.tar.gz: ee6b8e2b4bf4d552e444a4743c33346975929b2e
5
5
  SHA512:
6
- metadata.gz: 00d9b949660281296cd9e1c632f1bfbb56a33a4f154e30e1d27e9e2312f8e06ee65fbf89de12bf73720fd00c17888782f943af11f7bc6f2904d41929dcd8bde3
7
- data.tar.gz: 94ec80dfcbeacfecb7a82f1477c20331b533760c29d502fd47936643f58180c497682a7559770bdbc8cd251ea553034656faf0b8e365de277cd5b55860da18e4
6
+ metadata.gz: 28b1c52da6502ac310e5362f28789a4305298d644609ba6d85668ea22dc59dbe89b19fa3705141660aad96290fb0bf1ede654b8392ed11c046513d3cf86c13c6
7
+ data.tar.gz: c831214c5af4ceaf8ec14e333c8f76066e50b968cb46424830e847cd6aa665c209a864e10a1f39af0bc95efa8d23ff48aa3cd620bc61f4991787e3c2de316e73
@@ -1,3 +1,6 @@
1
+ ## 3.0.5
2
+ - Fix some documentation issues
3
+
1
4
  ## 3.0.3
2
5
  - Use new Logsash 2.4/5.0 APIs for working batchwise and with shared concurrency (fix for https://github.com/logstash-plugins/logstash-output-csv/issues/10)
3
6
  - this update aligns with its subclass logstash-output-file version 4.0.0, https://github.com/logstash-plugins/logstash-output-file
@@ -12,7 +12,7 @@ START - GENERATED VARIABLES, DO NOT EDIT!
12
12
  END - GENERATED VARIABLES, DO NOT EDIT!
13
13
  ///////////////////////////////////////////
14
14
 
15
- [id="plugins-{type}-{plugin}"]
15
+ [id="plugins-{type}s-{plugin}"]
16
16
 
17
17
  === Csv output plugin
18
18
 
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-csv'
4
- s.version = '3.0.4'
4
+ s.version = '3.0.5'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Write events to disk in CSV or other delimited format"
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-csv
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-06-23 00:00:00.000000000 Z
11
+ date: 2017-08-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement