logstash-codec-dots 3.0.3 → 3.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +5 -5
- data/CHANGELOG.md +9 -0
- data/docs/index.asciidoc +2 -10
- data/logstash-codec-dots.gemspec +1 -1
- metadata +4 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: accf40519c9020539907e0cdec3a2b4e4cb031cf
|
|
4
|
+
data.tar.gz: e9746ca8b2fbc74f1973ba1573d8d4b9b5ff24d3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 553969d8c9a40ae35fa8c06eadbab87634170ba8468b1dbd46ce37ef79214eb0a31441fe141cab4f1504bbfc05f3c4588b8c4f7b245d79f6418c7189c34b6da5
|
|
7
|
+
data.tar.gz: b5846ede85ae65226cb6c962119b2dc1f4b2ff63b65df91aaa87c03a167d55e7b1a8dd7f818d7a0eee2a694e4bd2909263f43761b1ec6bc23106fa683ee125b4
|
data/CHANGELOG.md
CHANGED
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.
|
data/logstash-codec-dots.gemspec
CHANGED
|
@@ -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.
|
|
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.
|
|
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
|
+
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.
|
|
86
|
+
rubygems_version: 2.4.8
|
|
89
87
|
signing_key:
|
|
90
88
|
specification_version: 4
|
|
91
89
|
summary: Codec that outputs dots
|