-
Notifications
You must be signed in to change notification settings - Fork 114
Description
Hi there,
Thanks for this great library.
I've read the section about filebeat/logstash VS this library, but there are certain points that I would love to be clarified.
I understand the point made about retrieving enough info, but how does it compare with using a son-handler with filebeat?
I mean what is the impact of this library at runtime? Will the python script wait for all calls to elastic search to be done before exiting?
To summarise, I am wondering how these two approaches impact the current python running script, and if there is a significant difference or it's basically the same. (Maybe Filebeat doesn't fire straight away the request and do it in batch, ...)
Sorry for all these questions, I hope this will help others make an educated decision too.
Thanks