logstash-filter-dissect 1.2.3 → 1.2.4
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.2.3/jruby-dissect-library-1.2.3.jar → 1.2.4/jruby-dissect-library-1.2.4.jar} +0 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d0ed29b8f008d1e304ecf0c2ac50c7931a0232b599ee4303bbc6ef799dbe5ad8
|
4
|
+
data.tar.gz: 3511437923541bffb64affcda5561aa862bd150cefab3262a15c171d2d592028
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a207768865e5f47e4533ba1ec008717dc501a2887b20738fb0d5700ea057358028f55d4bf997136c67c082d216842a088484b20f1c9beccb84c8e48e49e2644e
|
7
|
+
data.tar.gz: 8b89cde7b2cf4f441b1faa3f13c0be2fac7941f0482db2ed67048ed9f5a09468c3ebe4a33949226d80a35dcd6f357c95843c275bcae6b82eb36f28ca88786abc
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.2.
|
1
|
+
1.2.4
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'logstash-filter-dissect'
|
3
|
-
s.version = '1.2.
|
3
|
+
s.version = '1.2.4' # version will be checked against VERSION file by `rake vendor`
|
4
4
|
s.licenses = ['Apache License (2.0)']
|
5
5
|
s.summary = "Extracts unstructured event data into fields using delimiters"
|
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"
|
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.2.
|
4
|
+
version: 1.2.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Elastic
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-01-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
@@ -96,7 +96,7 @@ files:
|
|
96
96
|
- spec/filters/dissect_spec.rb
|
97
97
|
- spec/fixtures/dissect_tests.json
|
98
98
|
- spec/spec_helper.rb
|
99
|
-
- vendor/jars/org/logstash/dissect/jruby-dissect-library/1.2.
|
99
|
+
- vendor/jars/org/logstash/dissect/jruby-dissect-library/1.2.4/jruby-dissect-library-1.2.4.jar
|
100
100
|
homepage: http://www.elastic.co/guide/en/logstash/current/index.html
|
101
101
|
licenses:
|
102
102
|
- Apache License (2.0)
|