logstash-filter-elastic_integration 0.1.14-java → 0.1.15-java

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8b939f6c1e45667216c3b5a39308c4b95ee123cc87372a8bab5fd4f4f146bc75
4
- data.tar.gz: 597549a0518cc3458c8b5bfc28e2af6c1d7011dbe02a74fa5567236fd2154893
3
+ metadata.gz: d559d3b19905b07c19433495ffc316a13deef106b1717d4962f8b9bdda2c2d48
4
+ data.tar.gz: 875de7381ab7e18643cb1e9aa7dd4b4335cd87ed5953352dec704b42b2b5a2f3
5
5
  SHA512:
6
- metadata.gz: a90f10a32a767b4f35e8c22373d7a35f76020e253e0c962245e296ab7ec2e44ff5852116ea83fc1b0f6d575b6975864360c19f4daa13c3875b38549fac26af6f
7
- data.tar.gz: aaa11576c4ae6b8b366b3d3ca6e93ca965b4e786df6528a2a6f149b75a7c8d5524ea035009bdce5c1cadebd5730e0d66ea1926ab86b52f670fdf4736ff38e92c
6
+ metadata.gz: 153e8d8b36f0c4dd814ee126bd2af6902691267ac4e0ef231a08c81a1527c24aa658ac014c46d21d1e4370cd789faadab3cf77cda377b52afcf691e84822746c
7
+ data.tar.gz: 82234e925093fab60985a377853d90a86028c9a41e5ddad68e06b773dcddde37b95de0485f25bf05c71904b167c5d51403e3063179b3a26f366ae93adc9bfbd3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.14
1
+ 0.1.15
@@ -8,4 +8,4 @@
8
8
  ########################################################################
9
9
 
10
10
  require 'jar_dependencies'
11
- require_jar('co/elastic', 'logstash-filter-elastic_integration', '0.1.14')
11
+ require_jar('co/elastic', 'logstash-filter-elastic_integration', '0.1.15')
@@ -7,4 +7,4 @@
7
7
  # with the Elastic License 2.0.
8
8
  ########################################################################
9
9
 
10
- LogStash::Filters::ElasticIntegration::VERSION='0.1.14'
10
+ LogStash::Filters::ElasticIntegration::VERSION='0.1.15'
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.14
4
+ version: 0.1.15
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-23 00:00:00.000000000 Z
11
+ date: 2024-10-11 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.14/logstash-filter-elastic_integration-0.1.14.jar
78
+ - vendor/jar-dependencies/co/elastic/logstash-filter-elastic_integration/0.1.15/logstash-filter-elastic_integration-0.1.15.jar
79
79
  homepage: https://www.elastic.co/logstash
80
80
  licenses:
81
81
  - ELv2