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 support for multi search #98

Open
jsvd opened this issue May 3, 2018 · 0 comments
Open

Add support for multi search #98

jsvd opened this issue May 3, 2018 · 0 comments

Comments

@jsvd
Copy link
Member

jsvd commented May 3, 2018

Elasticsearch provides an _msearch endpoint to perform multiple searches in a single round trip.

Since the filters have both a filter(event) and a multi_filter(events) (link) api, we could ensure that each batch of events is searched in 1 operation.

This doesn't replace caching but will likely increase this plugin's performance by close to an order of magnitude, like we say with the http output's json_batch

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