-
Notifications
You must be signed in to change notification settings - Fork 5
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
Use json_batch in Logstash HTTP output #101
Comments
Below are the logstash throughput results when using Given the results below I think it would be best to remove the Redis dependency and revert back to using the HTTP module to simplify the stack and reduce the number of services we need. We might re-introduce redis to keep track of the sequence token, but that can be done in that ticket. With HTTP plugin
With Redis
|
I will do another round of tests just to confirm the result then create a ticket to remove Redis. |
Another round of testing had similar results so created this PR to remove Redis. I saw no need for an additional ticket. |
This docker image can be used to test out the HTTP plugin. |
PR closed without merging |
Test out using
json_batch
with Logstash's HTTP plugin and compare performance with using RedisThe text was updated successfully, but these errors were encountered: