logstash-filter-elastic_integration 0.1.8-java → 0.1.10-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: ca37f03f92241b22ebcbb382d721cc406e438602f88da3309738644f7827dbbf
4
- data.tar.gz: 758be98b4d55c4fa1e36a43607a7931347eae100420d56b2f769e8bb0e8ad13c
3
+ metadata.gz: 8dd9071eef8332fdc222f863e79212823d17edcf92767dbd85405af2b8c59a51
4
+ data.tar.gz: 7986ccd59cfcf5cb3193f69f005560ab3fe3fe5cbcbbfe63434853e6ba0d2895
5
5
  SHA512:
6
- metadata.gz: 9dccdfbf5bd0bde893d35439d87a451a9844ee5416a6822c6ff282df93934d00bd881f97e5858a82db843287ebb21ffcf4f22beca1a7b9e5965f62a60c256692
7
- data.tar.gz: fac902a504a449b9a334f41999b2c571eea82d6f57bb002c3141db56c46502c3ac9348b6cef7e9f7b151972ad96e52ade7b7c40496c7de483a5e8fb3b22d8f46
6
+ metadata.gz: fb99526ee6d9ac75372b287ae3ced7ce865d5d2dac565b4047ce9ccd1b09f35d0cb28809f2362e7a48064bc62f4f97493e3f548cb921ca5d27950da1f7737fd0
7
+ data.tar.gz: c5cd2ae02809a8354f18f6e9a39211ea98663f81c683e9ac4f7bf2762720646b15a6c120e3172834f81ead0670cea8b007d7a200b8c3109709ef5f28210d62a7
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.8
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.8')
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.8'
10
+ LogStash::Filters::ElasticIntegration::VERSION='0.1.10'
@@ -9,8 +9,8 @@ Gem::Specification.new do |s|
9
9
  s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"
10
10
  s.authors = ["Elastic"]
11
11
  s.email = 'info@elastic.co'
12
- s.homepage = "http://www.elastic.co/guide/en/logstash/current/index.html"
13
- s.require_paths = ["lib", "vendor/jar-dependencies"]
12
+ s.homepage = "https://www.elastic.co/logstash"
13
+ s.require_paths = %w[lib vendor/jar-dependencies]
14
14
 
15
15
  # Files to be included in package
16
16
  s.files = Dir[*%w{
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.8
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-03-07 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,8 +75,8 @@ 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.8/logstash-filter-elastic_integration-0.1.8.jar
79
- homepage: http://www.elastic.co/guide/en/logstash/current/index.html
78
+ - vendor/jar-dependencies/co/elastic/logstash-filter-elastic_integration/0.1.10/logstash-filter-elastic_integration-0.1.10.jar
79
+ homepage: https://www.elastic.co/logstash
80
80
  licenses:
81
81
  - ELv2
82
82
  metadata: