First, thanks for this gem. With the changes below we're using this in our production environment to get some really useful information to Kibana.
There are 3 changes in this PR:
You can now optionally configure logstasher in a YAML file config/logstasher.yml
You can enable or disable each log_subscriber type individually
There is a fix for custom_fields being cleared after their first use. The line LogStasher.custom_fields.clear in the extract_custom_fields method of the view, record and support log_subscriber's
First, thanks for this gem. With the changes below we're using this in our production environment to get some really useful information to Kibana.
There are 3 changes in this PR: