logstash-filter-elastic_integration 0.1.12-java → 0.1.13-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: c9b18188aed702729dc724e1db54d5290956e3c2172c8f3f1090d44f25b9aee5
4
- data.tar.gz: e755fab5d667e6259bf7790e0b0e740f4d9a8ac9626a31da01d6e0ce1faff12c
3
+ metadata.gz: ea909e1628550e5380fe20fff4305cc874c82182fcefcb8af42547e0e45b428d
4
+ data.tar.gz: 3bdf4349872c2ad477cd89c107fce18dec792e8626a2059a2d523495e113f67d
5
5
  SHA512:
6
- metadata.gz: 9b53c5ad03761d3c43f7f214271c51425bb0fa6aa7af80d0a7263b5a25cbf303e05868b0c84af6e30d5a4ee238bd3a93097b8f8de1d34e9f73157a989c2f07ea
7
- data.tar.gz: c9339c4e2692a440cfd2fc34557b3457baf6bdecf802c6a80643e15ab2cff9b5a776f8cf4514070a10056134908542092333ad6f8ad627baa2c80cfa3db21843
6
+ metadata.gz: 881f85a9fd3290aa0ea8bfde3bf1100a95c252bcb065e973d8a0f80a7cc729ec99f5d3fca9083cb59d400414dac6c5b12a8b057e0a3e45e254a5aefc9f22bfb5
7
+ data.tar.gz: 148edee2d300cb15e2944facfc17c9b3aeb123f74160db769c13ec565040fdb98962ac1fb0fae9d3e530e6cfc5bd3a574170f31d3a85e7efb165add3cf11444d
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.12
1
+ 0.1.13
@@ -8,4 +8,4 @@
8
8
  ########################################################################
9
9
 
10
10
  require 'jar_dependencies'
11
- require_jar('co/elastic', 'logstash-filter-elastic_integration', '0.1.12')
11
+ require_jar('co/elastic', 'logstash-filter-elastic_integration', '0.1.13')
@@ -7,4 +7,4 @@
7
7
  # with the Elastic License 2.0.
8
8
  ########################################################################
9
9
 
10
- LogStash::Filters::ElasticIntegration::VERSION='0.1.12'
10
+ LogStash::Filters::ElasticIntegration::VERSION='0.1.13'
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.12
4
+ version: 0.1.13
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-09 00:00:00.000000000 Z
11
+ date: 2024-07-16 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.12/logstash-filter-elastic_integration-0.1.12.jar
78
+ - vendor/jar-dependencies/co/elastic/logstash-filter-elastic_integration/0.1.13/logstash-filter-elastic_integration-0.1.13.jar
79
79
  homepage: https://www.elastic.co/logstash
80
80
  licenses:
81
81
  - ELv2