logstash-filter-elastic_integration 8.16.0-java → 8.17.0-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: 386e478b65374b4ef5fc793762bea600f6f05898af007fc64a7a7253b166f254
4
- data.tar.gz: b794a6b3bf69c89a3beec2f989e8c64148ed29561eff50dd811db952c50c4264
3
+ metadata.gz: a573be36ffb3dcbedb2b5fcad10a996f48f5382502704bb3b34b011161e8ec1d
4
+ data.tar.gz: c01bc40b553158df6d5f4e2b87718646c7a287cbea44766a357e50d6870a9406
5
5
  SHA512:
6
- metadata.gz: fe601071ec2491bdb350d158afd3cea73c983831bbc637517bcd248db5866e2e9c761c8863557caa5443d27e09880a9077d15998e56b7f077ffc4e0ed2674272
7
- data.tar.gz: a3621062e2210e8188ea7d3ed216aabe072466780e001f94e3c55d314ea96a14d319a0023c2483e1fb7675d1ee8fa9fe921052c4aa5b2b904293e2fff7df4325
6
+ metadata.gz: e48d0384d2f2db3bb7eae70e3e5eadab39f49c80d557fd079fa2a56972cc4ccab80ae741545b581d94ec2f3577c6319c12ed8d7823f6eb326e1cee6efead1e2a
7
+ data.tar.gz: 24c87ed71cc21f629b75a46eb074fcab6ebe15b27d9f360a126dfd864ac617be57a7c7371f4717feb0602f66dd5c5dd754252bac783fdd3230384f4e92199dff
data/VERSION CHANGED
@@ -1 +1 @@
1
- 8.16.0
1
+ 8.17.0
@@ -8,4 +8,4 @@
8
8
  ########################################################################
9
9
 
10
10
  require 'jar_dependencies'
11
- require_jar('co/elastic', 'logstash-filter-elastic_integration', '8.16.0')
11
+ require_jar('co/elastic', 'logstash-filter-elastic_integration', '8.17.0')
@@ -7,4 +7,4 @@
7
7
  # with the Elastic License 2.0.
8
8
  ########################################################################
9
9
 
10
- LogStash::Filters::ElasticIntegration::VERSION='8.16.0'
10
+ LogStash::Filters::ElasticIntegration::VERSION='8.17.0'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-filter-elastic_integration
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.16.0
4
+ version: 8.17.0
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
@@ -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/8.16.0/logstash-filter-elastic_integration-8.16.0.jar
78
+ - vendor/jar-dependencies/co/elastic/logstash-filter-elastic_integration/8.17.0/logstash-filter-elastic_integration-8.17.0.jar
79
79
  homepage: https://www.elastic.co/logstash
80
80
  licenses:
81
81
  - ELv2