We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Edge case from the discussion in #21
The text was updated successfully, but these errors were encountered:
Would it be possible to configure hindsight to exit when any error occurs? e.g.:
1480069029397683273 [error] output.es ...box/sandboxes/heka/output/elasticsearch_bulk_api.lua:46: module 'encoders.elasticsearch.mozlog' not found: no file '/usr/lib/luasandbox/modules/encoders/elasticsearch/mozlog.lua' no file '/usr/lib/luasandbox/io_modules/encoders/elasticsearch/mozlog.l 1480069029397865693 [error] output_plugins output.es lsb_heka_create_output failed 1480069029397871525 [error] output_plugins output.es create_output_plugin failed
In this case input plugin works but it doesn't make much sense to process a message when it can't be stored to ES.
Sorry, something went wrong.
You can use shutdown_on_terminate = true in your plugin configuration. See: https://github.com/mozilla-services/hindsight/blob/master/docs/configuration.md#hindsight-sandbox-configuration
shutdown_on_terminate = true
Issue #23 Support the for the new SSL module
3257f08
No branches or pull requests
Edge case from the discussion in #21
The text was updated successfully, but these errors were encountered: