logstash-filter-metaevent 2.0.5 → 2.0.7

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: 37a8f7a0263f3dff5dfc87043f7891a853e591c9
4
- data.tar.gz: 8887b80f06f1f095a7081038c5a0bcb50f269b03
3
+ metadata.gz: d6b07580ba6e7ea235525c076af08b6026f3a658
4
+ data.tar.gz: 9261e3ff28a6b0acf7d65eb0d0de0dc14962b777
5
5
  SHA512:
6
- metadata.gz: 70ce5197fa9931027c8befbac499c8ec4e1efe1f30f5968344cc5ec9d9e66101d24453fae9f9870764146acb7c0c8a56ba0d6d7e5546cf162d6e9ae8353c500c
7
- data.tar.gz: 0d212133cf9cb6472e67bd9a856d3098a514a299680f3c5b58ea2ae90d263ca524cf469d6e2568454c55c3bdbf7a10ff8c87defbe38614f4e189845e61f809d9
6
+ metadata.gz: c698d9dac77295bc16881d7b6a4e5ef3af0200e3257f1cb2c72cc63765a388606a77e6c3544cc0a8b10f6a88e12428c05508233a8b6c4aca104535a0144aad26
7
+ data.tar.gz: 5edfff5da6b575217f2c7704ea64262fe582cd2c32f991fe6303685380751f934a47f1e22a7a7048eefbb8e7848701defd9825ae0b786a943f84627bb885ca6d
@@ -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
@@ -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.5'
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.5
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-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