logstash-plugins/logstash-filter-jdbc_static

Name: logstash-filter-jdbc_static

Owner: Logstash Plugins

Description: Loads a DB query's result set in memory and uses it as lookup table for events.

Created: 2017-01-08 20:57:47.0

Updated: 2018-05-22 10:43:00.0

Pushed: 2018-05-21 13:07:18.0

Homepage:

Size: 117

Language: Ruby

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

logstash-filter-jdbc_static

Lookup plugin which overwrites a loader query's result set into a local in-memory db and then lookup queries add records to a target field using properties from the event.

Logstash Plugin

Travis Build Status

This is a plugin for Logstash.

It is fully free and fully open source. The license is Apache 2.0, meaning you are pretty much free to use it however you want in whatever way.

Need Help?

Need help? Try #logstash on freenode IRC or the https://discuss.elastic.co/c/logstash discussion forum.

Developing
1. Plugin Development and Testing
Code Test
le install
le exec rspec
2. Running your unpublished Plugin in Logstash
2.1 Run in a local Logstash clone

Prior to Logstash 2.3

bin/plugin install –no-verify

n Logstash with your plugin

bin/logstash -e 'filter {awesome {}}'

his point any modifications to the plugin code will be applied to this local Logstash setup. After modifying the plugin, simply rerun Logstash.

 2.2 Run in an installed Logstash

can use the same **2.1** method to run your plugin in an installed Logstash by editing its `Gemfile` and pointing the `:path` to your local plugin development directory or you can build the gem and install it using:

ild your plugin gem

gem build logstash-filter-awesome.gemspec

stall the plugin from the Logstash home

Logstash 2.3 and higher

bin/logstash-plugin install –no-verify

Prior to Logstash 2.3

bin/plugin install –no-verify

art Logstash and proceed to test the plugin

ontributing

contributions are welcome: ideas, patches, documentation, bug reports, complaints, and even something you drew up on a napkin.

ramming is not a required skill. Whatever you've seen about open source and maintainers or community members  saying "send patches or die" - you will not see that here.

s more important to the community that you are able to contribute.

more information about contributing, see the [CONTRIBUTING](https://github.com/elastic/logstash/blob/master/CONTRIBUTING.md) file.

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.