logstash-filter-dissect 1.1.1 → 1.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/VERSION +1 -1
- data/lib/jruby-dissect-library_jars.rb +1 -1
- data/logstash-filter-dissect.gemspec +1 -1
- data/vendor/jars/org/logstash/dissect/jruby-dissect-library/{1.1.1/jruby-dissect-library-1.1.1.jar → 1.1.2/jruby-dissect-library-1.1.2.jar} +0 -0
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f635a676ad0b9bd2d13d5668cdc61516fad8044f70535e34000b285675d0d9fb
|
4
|
+
data.tar.gz: 00f589cfd3429ba5455cab30195f709d2bc0b71689f7ee35c15acef8afb169e2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6ea7ed1b98402bc2c511464f3cf51143c05d080c5f6e979c4499644f96338907eb2706bf7e91cd597e3004c6c3f4fb97bd6e7394cdba0d282af10b3ff4c1b70b
|
7
|
+
data.tar.gz: 640c14a743daed229da89d1b9f974cec6040ae442f6bb4fa858a328051e71f1f86e3aaeab512de004eb1641754b41fd2f13311be8e31f722b4a1edf823d4bb8e
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.1.
|
1
|
+
1.1.2
|
@@ -4,7 +4,7 @@ Gem::Specification.new do |s|
|
|
4
4
|
s.name = 'logstash-filter-dissect'
|
5
5
|
s.version = DISSECT_VERSION
|
6
6
|
s.licenses = ['Apache License (2.0)']
|
7
|
-
s.summary = "
|
7
|
+
s.summary = "Extracts unstructured event data into fields using delimiters"
|
8
8
|
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"
|
9
9
|
s.authors = ["Elastic"]
|
10
10
|
s.email = 'info@elastic.co'
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: logstash-filter-dissect
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.2
|
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-
|
11
|
+
date: 2017-11-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
@@ -95,7 +95,7 @@ files:
|
|
95
95
|
- logstash-filter-dissect.gemspec
|
96
96
|
- spec/filters/dissect_spec.rb
|
97
97
|
- spec/spec_helper.rb
|
98
|
-
- vendor/jars/org/logstash/dissect/jruby-dissect-library/1.1.
|
98
|
+
- vendor/jars/org/logstash/dissect/jruby-dissect-library/1.1.2/jruby-dissect-library-1.1.2.jar
|
99
99
|
homepage: http://www.elastic.co/guide/en/logstash/current/index.html
|
100
100
|
licenses:
|
101
101
|
- Apache License (2.0)
|
@@ -119,10 +119,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
119
119
|
version: '0'
|
120
120
|
requirements: []
|
121
121
|
rubyforge_project:
|
122
|
-
rubygems_version: 2.6.
|
122
|
+
rubygems_version: 2.6.11
|
123
123
|
signing_key:
|
124
124
|
specification_version: 4
|
125
|
-
summary:
|
125
|
+
summary: Extracts unstructured event data into fields using delimiters
|
126
126
|
test_files:
|
127
127
|
- spec/filters/dissect_spec.rb
|
128
128
|
- spec/spec_helper.rb
|