Logstash Input Plugin for Vespa
Plugin for Logstash to read from Vespa. Apache 2.0 license.
Installation
Download and unpack/install Logstash, then:
bin/logstash-plugin install logstash-input-vespa
Usage
Minimal Logstash config example:
input {
vespa {
vespa_url => "http://localhost:8080"
cluster => "test_cluster"
}
}
output {
stdout {}
}