logstash-filter-dissect 1.2.1 → 1.2.2
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 +4 -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.1/jruby-dissect-library-1.2.1.jar → 1.2.2/jruby-dissect-library-1.2.2.jar} +0 -0
- metadata +3 -4
- data/vendor/jars/org/logstash/dissect/jruby-dissect-library/1.2.0/jruby-dissect-library-1.2.0.jar +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 37012228fc8a654e9b18b5f5e0e73938d1acdd270aadd26620d4fad0c36f925a
|
|
4
|
+
data.tar.gz: 60adb3b3d41a4637901783f3aa077da88905e2b1c2d76c214cd851c54b9f5c40
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '091ae6c82eb47e58f92ae61e9f9095cd1045f22ad7ffcbca15126e78e325932676949b0fe9117dd4232aa389dea05e8daeea194b8d1cc95d02916471a023e127'
|
|
7
|
+
data.tar.gz: 0cc9ec48528f2aa1fd8abef4377c9acf4a15be4577e70b490756ce908c6b3f4984067208789718627275e4798c6da51250654fcb1f42e1a5bfa18ea4a1251909
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
## 1.2.2
|
|
2
|
+
- Update log4j dependencies [#80](https://github.com/logstash-plugins/logstash-filter-dissect/pull/80)
|
|
3
|
+
- Fix: update to Gradle 7 [#78](https://github.com/logstash-plugins/logstash-filter-dissect/pull/78)
|
|
4
|
+
|
|
1
5
|
## 1.2.1
|
|
2
6
|
- [DOC] Added note to clarify notation for dot or nested fields [#76](https://github.com/logstash-plugins/logstash-filter-dissect/pull/76)
|
|
3
7
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.2.
|
|
1
|
+
1.2.2
|
|
@@ -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.2' # 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.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Elastic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-12-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -96,8 +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.
|
|
100
|
-
- vendor/jars/org/logstash/dissect/jruby-dissect-library/1.2.1/jruby-dissect-library-1.2.1.jar
|
|
99
|
+
- vendor/jars/org/logstash/dissect/jruby-dissect-library/1.2.2/jruby-dissect-library-1.2.2.jar
|
|
101
100
|
homepage: http://www.elastic.co/guide/en/logstash/current/index.html
|
|
102
101
|
licenses:
|
|
103
102
|
- Apache License (2.0)
|