logstash-filter-metaevent 2.0.5 → 2.0.7
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/CHANGELOG.md +9 -0
- data/docs/index.asciidoc +2 -2
- data/logstash-filter-metaevent.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: d6b07580ba6e7ea235525c076af08b6026f3a658
|
|
4
|
+
data.tar.gz: 9261e3ff28a6b0acf7d65eb0d0de0dc14962b777
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c698d9dac77295bc16881d7b6a4e5ef3af0200e3257f1cb2c72cc63765a388606a77e6c3544cc0a8b10f6a88e12428c05508233a8b6c4aca104535a0144aad26
|
|
7
|
+
data.tar.gz: 5edfff5da6b575217f2c7704ea64262fe582cd2c32f991fe6303685380751f934a47f1e22a7a7048eefbb8e7848701defd9825ae0b786a943f84627bb885ca6d
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## 2.0.7
|
|
2
|
+
- Fix some documentation issues
|
|
3
|
+
|
|
4
|
+
# 2.0.6
|
|
5
|
+
- Docs: Add plugin description
|
|
6
|
+
|
|
7
|
+
# 2.0.5
|
|
8
|
+
- Docs: Bump patch level for doc build
|
|
9
|
+
|
|
1
10
|
# 2.0.4
|
|
2
11
|
- Depend on logstash-core-plugin-api instead of logstash-core, removing the need to mass update plugins on major releases of logstash
|
|
3
12
|
# 2.0.3
|
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
|
=== Metaevent filter plugin
|
|
18
18
|
|
|
@@ -20,7 +20,7 @@ include::{include_path}/plugin_header.asciidoc[]
|
|
|
20
20
|
|
|
21
21
|
==== Description
|
|
22
22
|
|
|
23
|
-
|
|
23
|
+
Periodically group all events under a certain list of tags into a single event.
|
|
24
24
|
|
|
25
25
|
[id="plugins-{type}s-{plugin}-options"]
|
|
26
26
|
==== Metaevent Filter Configuration Options
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
|
|
3
3
|
s.name = 'logstash-filter-metaevent'
|
|
4
|
-
s.version = '2.0.
|
|
4
|
+
s.version = '2.0.7'
|
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
|
6
6
|
s.summary = "Metaevent plugin from contrib"
|
|
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-filter-metaevent
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.7
|
|
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
|