logstash-filter-aggregate 2.6.0 → 2.6.1
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 +4 -4
- data/docs/index.asciidoc +6 -5
- data/logstash-filter-aggregate.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f0b90dd615e5bd106a3b7064b70bc830bb9b5eb7
|
|
4
|
+
data.tar.gz: 8b89a53b2ad1f7caac5a2e2016098e92c5b74dcc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 34383d7d732718ca17fb8d85ad8c48e9572cd77d956718e4fd4e0beceacfb9f38dcf8656aae32294d47671b37cfb8b1643157b56dd11762a2bca99921168aee9
|
|
7
|
+
data.tar.gz: dbe6210aec3c33156081d11c2f4a7681850e8a3e60d1efa7495321884bcfcda37963d93f5753ab953948c2b7e590e4bb51412016f47b5536c9c74f1d353ffbb8
|
data/docs/index.asciidoc
CHANGED
|
@@ -7,14 +7,14 @@ START - GENERATED VARIABLES, DO NOT EDIT!
|
|
|
7
7
|
:version: %VERSION%
|
|
8
8
|
:release_date: %RELEASE_DATE%
|
|
9
9
|
:changelog_url: %CHANGELOG_URL%
|
|
10
|
-
:include_path:
|
|
10
|
+
:include_path: ../../../../logstash/docs/include
|
|
11
11
|
///////////////////////////////////////////
|
|
12
12
|
END - GENERATED VARIABLES, DO NOT EDIT!
|
|
13
13
|
///////////////////////////////////////////
|
|
14
14
|
|
|
15
15
|
[id="plugins-{type}-{plugin}"]
|
|
16
16
|
|
|
17
|
-
=== Aggregate
|
|
17
|
+
=== Aggregate filter plugin
|
|
18
18
|
|
|
19
19
|
include::{include_path}/plugin_header.asciidoc[]
|
|
20
20
|
|
|
@@ -343,7 +343,7 @@ filter {
|
|
|
343
343
|
[id="plugins-{type}s-{plugin}-options"]
|
|
344
344
|
==== Aggregate Filter Configuration Options
|
|
345
345
|
|
|
346
|
-
This plugin supports the following configuration options plus the <<plugins-{type}s-common-options>> described later.
|
|
346
|
+
This plugin supports the following configuration options plus the <<plugins-{type}s-{plugin}-common-options>> described later.
|
|
347
347
|
|
|
348
348
|
[cols="<,<,<",options="header",]
|
|
349
349
|
|=======================================================================
|
|
@@ -362,7 +362,7 @@ This plugin supports the following configuration options plus the <<plugins-{typ
|
|
|
362
362
|
| <<plugins-{type}s-{plugin}-timeout_task_id_field>> |<<string,string>>|No
|
|
363
363
|
|=======================================================================
|
|
364
364
|
|
|
365
|
-
Also see <<plugins-{type}s-common-options>> for a list of options supported by all
|
|
365
|
+
Also see <<plugins-{type}s-{plugin}-common-options>> for a list of options supported by all
|
|
366
366
|
filter plugins.
|
|
367
367
|
|
|
368
368
|
|
|
@@ -549,4 +549,5 @@ By default, if this option is not set, task id value won't be set into timeout g
|
|
|
549
549
|
|
|
550
550
|
|
|
551
551
|
|
|
552
|
-
|
|
552
|
+
[id="plugins-{type}s-{plugin}-common-options"]
|
|
553
|
+
include::{include_path}/{type}.asciidoc[]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'logstash-filter-aggregate'
|
|
3
|
-
s.version
|
|
3
|
+
s.version = '2.6.1'
|
|
4
4
|
s.licenses = ['Apache License (2.0)']
|
|
5
5
|
s.summary = 'The aim of this filter is to aggregate information available among several events (typically log lines) belonging to a same task, and finally push aggregated information into final task event.'
|
|
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,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: logstash-filter-aggregate
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.6.
|
|
4
|
+
version: 2.6.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Elastic
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2017-06-
|
|
12
|
+
date: 2017-06-23 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|