logstash-patterns-core 0.1.4 → 0.1.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 +4 -4
- data/CONTRIBUTORS +56 -0
- data/logstash-patterns-core.gemspec +1 -1
- metadata +13 -12
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 642711c430d3e0f792970a95f5f0c5f7f5c8358d
|
|
4
|
+
data.tar.gz: 12349736080423c9eec57a406aa77faa78aef706
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 15906d6bdc0414a61388e08a1a89c504ad55602cd10978933ab7b0dec2bdf4c016f34a83079b39bfbc775b40fe30d83320739406274522bad54c220476e286e0
|
|
7
|
+
data.tar.gz: 2513192d9ce2809ebe0cd974fa6deeaea1f9b2c48a9b24f985eec0496956de0cb2e592a55ca8a48f505ecfe95aee57c1d6abcce851be056677f2e31cc7e12717
|
data/CONTRIBUTORS
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
The following is a list of people who have contributed ideas, code, bug
|
|
2
|
+
reports, or in general have helped logstash along its way.
|
|
3
|
+
|
|
4
|
+
Contributors:
|
|
5
|
+
* Aaron Blew (blewa)
|
|
6
|
+
* Alexander Fortin (shaftoe)
|
|
7
|
+
* Avishai Ish-Shalom (avishai-ish-shalom)
|
|
8
|
+
* Brad Fritz (bfritz)
|
|
9
|
+
* Brian DeFreitas (briandef)
|
|
10
|
+
* Chris Mague (maguec)
|
|
11
|
+
* Colin Surprenant (colinsurprenant)
|
|
12
|
+
* Corry Haines (tabletcorry)
|
|
13
|
+
* Dimitri Tischenko (timidri)
|
|
14
|
+
* Dr. Alexander Papaspyrou (lxndrp)
|
|
15
|
+
* Erez Zarum (erezzarum)
|
|
16
|
+
* Eugen Dinca (decbis)
|
|
17
|
+
* Félix Barbeira (fbarbeira)
|
|
18
|
+
* Greg Brockman (gdb)
|
|
19
|
+
* Greg Mefford (GregMefford)
|
|
20
|
+
* Greg Swallow (gswallow)
|
|
21
|
+
* Guillaume ESPANEL (quatre)
|
|
22
|
+
* Hugo Lopes Tavares (hltbra)
|
|
23
|
+
* Ilya Nazarov (nilya)
|
|
24
|
+
* Jared Everett (jarsever)
|
|
25
|
+
* Jelle Smet (smetj)
|
|
26
|
+
* Jeremiah Shirk (jeremiahshirk)
|
|
27
|
+
* Jordan Sissel (jordansissel)
|
|
28
|
+
* Joseph Price (PriceChild)
|
|
29
|
+
* Kevin Nuckolls (knuckolls)
|
|
30
|
+
* Kurt Hurtado (kurtado)
|
|
31
|
+
* Lorenzo González (logongas)
|
|
32
|
+
* Marcus Pamelia (pamelia)
|
|
33
|
+
* Matt Dainty (bodgit)
|
|
34
|
+
* Matthew Baxa (mbaxa)
|
|
35
|
+
* MikeSchuette
|
|
36
|
+
* Nick Padilla (NickPadilla)
|
|
37
|
+
* Oluf Lorenzen (Finkregh)
|
|
38
|
+
* Paul Myjavec (pmyjavec)
|
|
39
|
+
* Pete Fritchman (fetep)
|
|
40
|
+
* Peter Fern (pdf)
|
|
41
|
+
* Philippe Weber (wiibaa)
|
|
42
|
+
* Pier-Hugues Pellerin (ph)
|
|
43
|
+
* Prune (prune998)
|
|
44
|
+
* Richard Pijnenburg (electrical)
|
|
45
|
+
* Robin Bowes (robinbowes)
|
|
46
|
+
* Simon Mulser (simonmulser)
|
|
47
|
+
* Tom Robinson (tjrobinson)
|
|
48
|
+
* Tray (torrancew)
|
|
49
|
+
* Vincent Bernat (vincentbernat)
|
|
50
|
+
* olagache
|
|
51
|
+
* xiaclo
|
|
52
|
+
|
|
53
|
+
Note: If you've sent us patches, bug reports, or otherwise contributed to
|
|
54
|
+
Logstash, and you aren't on the list above and want to be, please let us know
|
|
55
|
+
and we'll make sure you're here. Contributions from folks like you are what make
|
|
56
|
+
open source awesome.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
|
|
3
3
|
s.name = 'logstash-patterns-core'
|
|
4
|
-
s.version = '0.1.
|
|
4
|
+
s.version = '0.1.5'
|
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
|
6
6
|
s.summary = "Patterns to be used in logstash"
|
|
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/plugin install gemname. This gem is not a stand-alone program"
|
metadata
CHANGED
|
@@ -1,18 +1,17 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: logstash-patterns-core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Elasticsearch
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-01-
|
|
11
|
+
date: 2015-01-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
|
-
|
|
15
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
14
|
+
requirement: !ruby/object:Gem::Requirement
|
|
16
15
|
requirements:
|
|
17
16
|
- - '>='
|
|
18
17
|
- !ruby/object:Gem::Version
|
|
@@ -20,7 +19,10 @@ dependencies:
|
|
|
20
19
|
- - <
|
|
21
20
|
- !ruby/object:Gem::Version
|
|
22
21
|
version: 2.0.0
|
|
23
|
-
|
|
22
|
+
name: logstash
|
|
23
|
+
prerelease: false
|
|
24
|
+
type: :runtime
|
|
25
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
24
26
|
requirements:
|
|
25
27
|
- - '>='
|
|
26
28
|
- !ruby/object:Gem::Version
|
|
@@ -28,22 +30,20 @@ dependencies:
|
|
|
28
30
|
- - <
|
|
29
31
|
- !ruby/object:Gem::Version
|
|
30
32
|
version: 2.0.0
|
|
31
|
-
prerelease: false
|
|
32
|
-
type: :runtime
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
|
-
|
|
35
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
34
|
+
requirement: !ruby/object:Gem::Requirement
|
|
36
35
|
requirements:
|
|
37
36
|
- - '>='
|
|
38
37
|
- !ruby/object:Gem::Version
|
|
39
38
|
version: '0'
|
|
40
|
-
|
|
39
|
+
name: logstash-devutils
|
|
40
|
+
prerelease: false
|
|
41
|
+
type: :development
|
|
42
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
41
43
|
requirements:
|
|
42
44
|
- - '>='
|
|
43
45
|
- !ruby/object:Gem::Version
|
|
44
46
|
version: '0'
|
|
45
|
-
prerelease: false
|
|
46
|
-
type: :development
|
|
47
47
|
description: This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program
|
|
48
48
|
email: info@elasticsearch.com
|
|
49
49
|
executables: []
|
|
@@ -51,6 +51,7 @@ extensions: []
|
|
|
51
51
|
extra_rdoc_files: []
|
|
52
52
|
files:
|
|
53
53
|
- .gitignore
|
|
54
|
+
- CONTRIBUTORS
|
|
54
55
|
- Gemfile
|
|
55
56
|
- LICENSE
|
|
56
57
|
- README.md
|