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

Refactor the filter Elasticsearch to use our manticore client in the elasticsearch output #78

Open
ph opened this issue Sep 13, 2017 · 0 comments

Comments

@ph
Copy link
Contributor

ph commented Sep 13, 2017

Currently the filter elasticsearch is using the elasticsearch-ruby client, in the past we have encountered some thread safety issue with this gem and we have decided to create our own small wrapper to calls elasticsearch using the Manticore library in the Elasticsearch output.

We should evaluate and/or implement the same logic in the filter.

Goals:

  • reuse code from the elasticsearch output
  • consolidate plugin options.
  • Slowly migrate to a Universal plugin model.
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

2 participants