logstash-codec-dots 3.0.3 → 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
- SHA256:
3
- metadata.gz: 1eae707d4ebaf3a382ef2b89481ba4c0d00a2d2069b353c725ad90e4fc6be328
4
- data.tar.gz: '0996e834349def8022b8f1f0429b814f3b0e44e1a4d20936edad0cd0f09b7573'
2
+ SHA1:
3
+ metadata.gz: accf40519c9020539907e0cdec3a2b4e4cb031cf
4
+ data.tar.gz: e9746ca8b2fbc74f1973ba1573d8d4b9b5ff24d3
5
5
  SHA512:
6
- metadata.gz: 3347c331f02a4cb6d1b7a362bb0a5cba56cff171ea02cbc19fee9255d802c17224eb310857e96cac8d18c6ba117bdc8d1d6c85751f0c3bff1098b6cadcbff6e8
7
- data.tar.gz: f654c4e5d7c061413720e78ebba9bddddcd77e633f5599f522233b3de81db47ccf29167057262346b86ec287c849d48061a82ddb906f5e2602ad90f7e49e53c5
6
+ metadata.gz: 553969d8c9a40ae35fa8c06eadbab87634170ba8468b1dbd46ce37ef79214eb0a31441fe141cab4f1504bbfc05f3c4588b8c4f7b245d79f6418c7189c34b6da5
7
+ data.tar.gz: b5846ede85ae65226cb6c962119b2dc1f4b2ff63b65df91aaa87c03a167d55e7b1a8dd7f818d7a0eee2a694e4bd2909263f43761b1ec6bc23106fa683ee125b4
data/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## 3.0.5
2
+ - Fix some documentation issues
3
+
4
+ ## 3.0.4
5
+ - Docs: Bump patch level to pick up new plugin description
6
+
7
+ ## 3.0.3
8
+ - Docs: Bump patch level for doc build
9
+
1
10
  ## 3.0.2
2
11
  - Relax constraint on logstash-core-plugin-api to >= 1.60 <= 2.99
3
12
 
data/docs/index.asciidoc CHANGED
@@ -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
  === Dots codec plugin
18
18
 
@@ -20,12 +20,4 @@ include::{include_path}/plugin_header.asciidoc[]
20
20
 
21
21
  ==== Description
22
22
 
23
-
24
-
25
- [id="plugins-{type}s-{plugin}-options"]
26
- ==== Dots Codec Configuration Options
27
-
28
- [cols="<,<,<",options="header",]
29
- |=======================================================================
30
- |Setting |Input type|Required
31
- |=======================================================================
23
+ This codec generates a dot(`.`) to represent each Event it processes. This is typically used with `stdout` output to provide feedback on the terminal. It is also used to measure Logstash's throughtput with the `pv` command.
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-codec-dots'
4
- s.version = '3.0.3'
4
+ s.version = '3.0.5'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Codec that outputs dots"
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-codec-dots
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.3
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-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -44,9 +44,7 @@ dependencies:
44
44
  - - ">="
45
45
  - !ruby/object:Gem::Version
46
46
  version: '0'
47
- description: This gem is a Logstash plugin required to be installed on top of the
48
- Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
49
- gem is not a stand-alone program
47
+ 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
50
48
  email: info@elastic.co
51
49
  executables: []
52
50
  extensions: []
@@ -85,7 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
85
83
  version: '0'
86
84
  requirements: []
87
85
  rubyforge_project:
88
- rubygems_version: 2.6.11
86
+ rubygems_version: 2.4.8
89
87
  signing_key:
90
88
  specification_version: 4
91
89
  summary: Codec that outputs dots