Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add JDBC Loader code from jdbc_static filter to load a dictionary #68

Open
guyboertje opened this issue Jul 25, 2018 · 0 comments
Open
Assignees

Comments

@guyboertje
Copy link

It should be fairly simple to extract the loader code from the jdbc_static filter and add it as a means of building a dictionary.

Some tweaks would be required to specific which column is the dictionary key and whether to support a "rich" object as the value or a concatenated string that dissect could deconstruct into the Event root.

This idea is inspired by the fact that jdbc_static is very slow for huge datasets and it is more suited for complex SQL work rather than simple key lookup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant