logstash-output-vespa_feed 0.6.1 → 0.7.0
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 49bc383847ec18019e28a453f1d1f173908edbce56659d6146e52160ca696948
|
4
|
+
data.tar.gz: 8e2f0b88b28b9a0293ea3743ef9bf4a24f5e70c17dabf0d5f73a50cfa5afd3b3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 256154a1e230b1229b838e6c4c260e1323664129906b2b88564bd6b4a25de19c183a049d9868499f63d703a34d9b30f5484cc1bbee50ac6e2cc81383c57b9610
|
7
|
+
data.tar.gz: f27b1f0d06aa8cb5d42fa38074e173ae767088a2108379f51b97b592189cfca960ab967a3cd2078356ea415ca4b7a60d7e4a959261440374701243b6b7502dcc
|
data/README.md
CHANGED
@@ -17,7 +17,7 @@ If you're developing the plugin, you'll want to do something like:
|
|
17
17
|
# run tests
|
18
18
|
./gradlew test
|
19
19
|
# install it as a Logstash plugin
|
20
|
-
/opt/logstash/bin/logstash-plugin install /path/to/logstash-output-vespa/logstash-output-vespa_feed-0.6.
|
20
|
+
/opt/logstash/bin/logstash-plugin install /path/to/logstash-output-vespa/logstash-output-vespa_feed-0.6.1.gem
|
21
21
|
# profit
|
22
22
|
/opt/logstash/bin/logstash
|
23
23
|
```
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.
|
1
|
+
0.7.0
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: logstash-output-vespa_feed
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.7.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Radu Gheorghe
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-01-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
@@ -76,7 +76,7 @@ files:
|
|
76
76
|
- lib/logstash-output-vespa_feed_jars.rb
|
77
77
|
- lib/logstash/outputs/vespa_feed.rb
|
78
78
|
- logstash-output-vespa_feed.gemspec
|
79
|
-
- vendor/jar-dependencies/org/logstashplugins/logstash-output-vespa_feed/0.
|
79
|
+
- vendor/jar-dependencies/org/logstashplugins/logstash-output-vespa_feed/0.7.0/logstash-output-vespa_feed-0.7.0.jar
|
80
80
|
homepage: https://vespa.ai
|
81
81
|
licenses:
|
82
82
|
- Apache-2.0
|