logstash-filter-elastic_integration 0.1.8-java → 0.1.9-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: ca37f03f92241b22ebcbb382d721cc406e438602f88da3309738644f7827dbbf
4
- data.tar.gz: 758be98b4d55c4fa1e36a43607a7931347eae100420d56b2f769e8bb0e8ad13c
3
+ metadata.gz: 0fd11fb2d463eea38ec74980907362327e89d13bccf9e9fa7e9ab3078e9c52ab
4
+ data.tar.gz: 549583d78007870836ca84d40fc1dd928fc94eef48120a49a9fbbebcd1661f9c
5
5
  SHA512:
6
- metadata.gz: 9dccdfbf5bd0bde893d35439d87a451a9844ee5416a6822c6ff282df93934d00bd881f97e5858a82db843287ebb21ffcf4f22beca1a7b9e5965f62a60c256692
7
- data.tar.gz: fac902a504a449b9a334f41999b2c571eea82d6f57bb002c3141db56c46502c3ac9348b6cef7e9f7b151972ad96e52ade7b7c40496c7de483a5e8fb3b22d8f46
6
+ metadata.gz: 4f3d0fde4cde3ae44e0e6127f024e1e805829c03c2b913619d3eb3a915d55b1b1d8aece0be785969a0bc5f688caf848f95392523031ee6329965cc82ce22739a
7
+ data.tar.gz: 39de03fbe45cfde860d4a05339432449770864172b854ad59b1425e466381342d52763fa879db32c8357470d2ffea9c11e4b3601000ccffcb48823b242b5a7d8
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.8
1
+ 0.1.9
@@ -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.9')
@@ -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.9'
@@ -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.9
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-05-14 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.9/logstash-filter-elastic_integration-0.1.9.jar
79
+ homepage: https://www.elastic.co/logstash
80
80
  licenses:
81
81
  - ELv2
82
82
  metadata: