logstash-filter-elastic_integration 0.1.6-java → 0.1.7-java

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: 42064e629d840e1dde24f44a4ec639e5afd3b1a371933e566324b9ccee02b5fd
4
- data.tar.gz: 152eb97750aaff4203adb509d5b2bd603f122f587ac47f6e34830ac9d6850b32
3
+ metadata.gz: 38fcecebf5f9df5732c748323e7766ab11d3b05d07ba12cb44e29b0734d537a9
4
+ data.tar.gz: 7f8dc31798f8f2b8b70400c86436491d3f6ce224e7e2ecaa1f414ef2cb806f54
5
5
  SHA512:
6
- metadata.gz: 7a130149b460b772bac9038862ad57527df69d7b91d849b16c443f31da0e19a74b139ae96554b3da34b3385179468252ada90ace1c3301d3ef83b371db9ae166
7
- data.tar.gz: 420425f9ba131bbc5206fe429c629265cdc73871a4bdb2c75fa71c61679bbb8b5ee38b468420c5b82efb1cf65120cb36555d0aab617192abbbe09e6fa1269d52
6
+ metadata.gz: 031fbb44fe21ae0fc0f6726f93e19512ae9a39cc4aa5e50ad3599e4d5c074aa64a04260c9cae0e94dbfce46cc27e82379e491f346f7b916b48fccf4787b969b9
7
+ data.tar.gz: 39590e4fc54511e2b37cd0930997c8cbe532b9497d968483f74d37ebd2236617b1ab4401e7c055e20e8ea4b7b6a297db2d1febd27805ed20437d5891d4ad2eef
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.6
1
+ 0.1.7
@@ -8,4 +8,4 @@
8
8
  ########################################################################
9
9
 
10
10
  require 'jar_dependencies'
11
- require_jar('co/elastic', 'logstash-filter-elastic_integration', '0.1.6')
11
+ require_jar('co/elastic', 'logstash-filter-elastic_integration', '0.1.7')
@@ -7,4 +7,4 @@
7
7
  # with the Elastic License 2.0.
8
8
  ########################################################################
9
9
 
10
- LogStash::Filters::ElasticIntegration::VERSION='0.1.6'
10
+ LogStash::Filters::ElasticIntegration::VERSION='0.1.7'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-filter-elastic_integration
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-08 00:00:00.000000000 Z
11
+ date: 2024-03-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -75,7 +75,7 @@ files:
75
75
  - lib/logstash/filters/elastic_integration/jar_dependencies.rb
76
76
  - lib/logstash/filters/elastic_integration/version.rb
77
77
  - logstash-filter-elastic_integration.gemspec
78
- - vendor/jar-dependencies/co/elastic/logstash-filter-elastic_integration/0.1.6/logstash-filter-elastic_integration-0.1.6.jar
78
+ - vendor/jar-dependencies/co/elastic/logstash-filter-elastic_integration/0.1.7/logstash-filter-elastic_integration-0.1.7.jar
79
79
  homepage: http://www.elastic.co/guide/en/logstash/current/index.html
80
80
  licenses:
81
81
  - ELv2