logstash-output-vespa_feed 0.2.0 → 0.3.0
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b98f32843d4795adab351f144fe2391e013d2b6aaa9df269aa6f2d3632898bbf
|
4
|
+
data.tar.gz: 00b9672c21612ff9b39bdb826f19a37740cf556d507dcf1934d88d4b4d051530
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 752be99c8b887e432f63d117ad36b7eba984cabb56252c4dbfb5b56461e47db83250d1fb8845373cedb9e029bb264c644bf9ed443fc31342d10744f359298348
|
7
|
+
data.tar.gz: c8dcffe3604b2de3b3adcf0baff247a8d633e91963627f671c9c8d05d5be591844f9514e9b4041b898664ced8112c693ddab3f388e9d37d2e7943e3a401c26be
|
data/README.md
CHANGED
@@ -6,7 +6,7 @@ Plugin for [Logstash](https://github.com/elastic/logstash) to write to [Vespa](h
|
|
6
6
|
|
7
7
|
Download and unpack/install Logstash, then:
|
8
8
|
```
|
9
|
-
bin/logstash-plugin install logstash-output-
|
9
|
+
bin/logstash-plugin install logstash-output-vespa_feed
|
10
10
|
```
|
11
11
|
|
12
12
|
## Development
|
@@ -15,11 +15,18 @@ If you're developing the plugin, you'll want to do something like:
|
|
15
15
|
# build the gem
|
16
16
|
./gradlew gem
|
17
17
|
# install it as a Logstash plugin
|
18
|
-
/opt/logstash/bin/logstash-plugin install /path/to/logstash-output-vespa/logstash-output-
|
18
|
+
/opt/logstash/bin/logstash-plugin install /path/to/logstash-output-vespa/logstash-output-vespa_feed-$VERSION.gem
|
19
19
|
# profit
|
20
20
|
/opt/logstash/bin/logstash
|
21
21
|
```
|
22
|
-
Some more good info can be found [here](https://www.elastic.co/guide/en/logstash/current/java-output-plugin.html).
|
22
|
+
Some more good info about Logstash Java plugins can be found [here](https://www.elastic.co/guide/en/logstash/current/java-output-plugin.html).
|
23
|
+
|
24
|
+
It looks like the JVM options from [here](https://github.com/logstash-plugins/.ci/blob/main/dockerjdk17.env)
|
25
|
+
are useful to make JRuby's `bundle install` work.
|
26
|
+
|
27
|
+
Note to self: for some reason, `bundle exec rake publish_gem` fails, but `gem push logstash-output-vespa_feed-$VERSION.gem`
|
28
|
+
does the trick.
|
29
|
+
|
23
30
|
## Usage
|
24
31
|
|
25
32
|
Logstash config example:
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.
|
1
|
+
0.3.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.3.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: 2024-
|
11
|
+
date: 2024-08-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
@@ -77,7 +77,7 @@ files:
|
|
77
77
|
- lib/logstash-output-vespa_feed_jars.rb
|
78
78
|
- lib/logstash/outputs/vespa_feed.rb
|
79
79
|
- logstash-output-vespa_feed.gemspec
|
80
|
-
- vendor/jar-dependencies/org/logstashplugins/logstash-output-vespa_feed/0.
|
80
|
+
- vendor/jar-dependencies/org/logstashplugins/logstash-output-vespa_feed/0.3.0/logstash-output-vespa_feed-0.3.0.jar
|
81
81
|
homepage: https://vespa.ai
|
82
82
|
licenses:
|
83
83
|
- Apache-2.0
|