logstash-filter-elastic_integration 8.19.0-java → 8.19.1-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: 88ea05f9127e7e7a101ecb899e7b43f37cae1dcda788d4a5131ae9617ea24f76
4
- data.tar.gz: d1960e3776ed1018a98a7b91ca7f83ce0c4d78245ef4eb29c7a8edc03e90ecbf
3
+ metadata.gz: 904bfb7b978bd6b028e0388bdf01ec9906e0a28e92cb46e84a3a776e1ab85ea6
4
+ data.tar.gz: 45df9842b331c24c5a989c143e5cee659dd0e2758f64319761e22c0dc4825c8a
5
5
  SHA512:
6
- metadata.gz: d1b186fdd5ebed594fd91a40ecd4c0626b62cd7363123f8ab84f9efac0b14afcec3c5e1f883e2dc2a72aa40c216a42f2ee9ad02363d743f52c601830813555ed
7
- data.tar.gz: c6aa04f5f36380cac62b90fe5bbb58debd46f4b73681e22258315944e57285277f465d4658e551829a3277ff54f89bdc964e88c3b29c7a5a82ee4ba978a1aef4
6
+ metadata.gz: 421038bc579aa6f51f27a998a506fdebb63ed9b329efd72231115747e65ba176de866ae057e603e970a53b25aa3410b292ac257b4af66ac7da3b8023b2616472
7
+ data.tar.gz: 38e2eee7bf4cdaf020f3d5ffb7849f79e0f728d8e831f1dcdd31947f8dd5211fe673633312957172c204386596c37b9fa9969284c6c60ada048c1e41547d2a6a
data/VERSION CHANGED
@@ -1 +1 @@
1
- 8.19.0
1
+ 8.19.1
@@ -8,4 +8,4 @@
8
8
  ########################################################################
9
9
 
10
10
  require 'jar_dependencies'
11
- require_jar('co/elastic', 'logstash-filter-elastic_integration', '8.19.0')
11
+ require_jar('co/elastic', 'logstash-filter-elastic_integration', '8.19.1')
@@ -7,4 +7,4 @@
7
7
  # with the Elastic License 2.0.
8
8
  ########################################################################
9
9
 
10
- LogStash::Filters::ElasticIntegration::VERSION='8.19.0'
10
+ LogStash::Filters::ElasticIntegration::VERSION='8.19.1'
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: 8.19.0
4
+ version: 8.19.1
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-07-10 00:00:00.000000000 Z
11
+ date: 2025-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/8.19.0/logstash-filter-elastic_integration-8.19.0.jar
78
+ - vendor/jar-dependencies/co/elastic/logstash-filter-elastic_integration/8.19.1/logstash-filter-elastic_integration-8.19.1.jar
79
79
  homepage: https://www.elastic.co/logstash
80
80
  licenses:
81
81
  - ELv2