logstash-filter-dissect 1.2.1 → 1.2.2

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
  SHA256:
3
- metadata.gz: f74806a4321a2e097a12ae53dc24d39cddd7a2fb600aed9037dd972c7c6157ab
4
- data.tar.gz: bca0603443cf2645f015663b5040b10246f1c601ae802ec7175d48575420f3bd
3
+ metadata.gz: 37012228fc8a654e9b18b5f5e0e73938d1acdd270aadd26620d4fad0c36f925a
4
+ data.tar.gz: 60adb3b3d41a4637901783f3aa077da88905e2b1c2d76c214cd851c54b9f5c40
5
5
  SHA512:
6
- metadata.gz: 99fe7b016b07a2126533cdd6eba20bc67e669348163a7ec10cecf93031b5c12054a1cb89adefcede9adc66d3c0fbffd4aa1c1eda863719b9fa1cd4e7952b6e4c
7
- data.tar.gz: f292a64ad42629ee88a9c73669969bcbb83ef7ade82a39851228a99d40c652d4af8b648e5a1d094a259e18ad5537e1a5b138fde8bc8edfa6da6981a9d3b38413
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
+ 1.2.2
@@ -1,4 +1,4 @@
1
1
  # AUTOGENERATED BY THE GRADLE SCRIPT. DO NOT EDIT.
2
2
 
3
3
  require 'jar_dependencies'
4
- require_jar('org.logstash.dissect', 'jruby-dissect-library', '1.2.1')
4
+ require_jar('org.logstash.dissect', 'jruby-dissect-library', '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.1' # version will be checked against VERSION file by `rake vendor`
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"
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.1
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-08-30 00:00:00.000000000 Z
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.0/jruby-dissect-library-1.2.0.jar
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)