logstash-filter-elastic_integration 0.1.8-java → 0.1.10-java
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/lib/logstash/filters/elastic_integration/jar_dependencies.rb +1 -1
- data/lib/logstash/filters/elastic_integration/version.rb +1 -1
- data/logstash-filter-elastic_integration.gemspec +2 -2
- data/vendor/jar-dependencies/co/elastic/logstash-filter-elastic_integration/{0.1.8/logstash-filter-elastic_integration-0.1.8.jar → 0.1.10/logstash-filter-elastic_integration-0.1.10.jar} +0 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8dd9071eef8332fdc222f863e79212823d17edcf92767dbd85405af2b8c59a51
|
4
|
+
data.tar.gz: 7986ccd59cfcf5cb3193f69f005560ab3fe3fe5cbcbbfe63434853e6ba0d2895
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fb99526ee6d9ac75372b287ae3ced7ce865d5d2dac565b4047ce9ccd1b09f35d0cb28809f2362e7a48064bc62f4f97493e3f548cb921ca5d27950da1f7737fd0
|
7
|
+
data.tar.gz: c5cd2ae02809a8354f18f6e9a39211ea98663f81c683e9ac4f7bf2762720646b15a6c120e3172834f81ead0670cea8b007d7a200b8c3109709ef5f28210d62a7
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
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 = "
|
13
|
-
s.require_paths = [
|
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.
|
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-
|
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.
|
79
|
-
homepage:
|
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:
|