logstash-filter-elastic_integration 0.1.9-java → 0.1.10-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: 0fd11fb2d463eea38ec74980907362327e89d13bccf9e9fa7e9ab3078e9c52ab
4
- data.tar.gz: 549583d78007870836ca84d40fc1dd928fc94eef48120a49a9fbbebcd1661f9c
3
+ metadata.gz: 8dd9071eef8332fdc222f863e79212823d17edcf92767dbd85405af2b8c59a51
4
+ data.tar.gz: 7986ccd59cfcf5cb3193f69f005560ab3fe3fe5cbcbbfe63434853e6ba0d2895
5
5
  SHA512:
6
- metadata.gz: 4f3d0fde4cde3ae44e0e6127f024e1e805829c03c2b913619d3eb3a915d55b1b1d8aece0be785969a0bc5f688caf848f95392523031ee6329965cc82ce22739a
7
- data.tar.gz: 39de03fbe45cfde860d4a05339432449770864172b854ad59b1425e466381342d52763fa879db32c8357470d2ffea9c11e4b3601000ccffcb48823b242b5a7d8
6
+ metadata.gz: fb99526ee6d9ac75372b287ae3ced7ce865d5d2dac565b4047ce9ccd1b09f35d0cb28809f2362e7a48064bc62f4f97493e3f548cb921ca5d27950da1f7737fd0
7
+ data.tar.gz: c5cd2ae02809a8354f18f6e9a39211ea98663f81c683e9ac4f7bf2762720646b15a6c120e3172834f81ead0670cea8b007d7a200b8c3109709ef5f28210d62a7
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.9
1
+ 0.1.10
@@ -8,4 +8,4 @@
8
8
  ########################################################################
9
9
 
10
10
  require 'jar_dependencies'
11
- require_jar('co/elastic', 'logstash-filter-elastic_integration', '0.1.9')
11
+ require_jar('co/elastic', 'logstash-filter-elastic_integration', '0.1.10')
@@ -7,4 +7,4 @@
7
7
  # with the Elastic License 2.0.
8
8
  ########################################################################
9
9
 
10
- LogStash::Filters::ElasticIntegration::VERSION='0.1.9'
10
+ LogStash::Filters::ElasticIntegration::VERSION='0.1.10'
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.9
4
+ version: 0.1.10
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-05-14 00:00:00.000000000 Z
11
+ date: 2024-06-18 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.9/logstash-filter-elastic_integration-0.1.9.jar
78
+ - vendor/jar-dependencies/co/elastic/logstash-filter-elastic_integration/0.1.10/logstash-filter-elastic_integration-0.1.10.jar
79
79
  homepage: https://www.elastic.co/logstash
80
80
  licenses:
81
81
  - ELv2