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

Error reporting from analytics #146

Closed
pcoccoli opened this issue Oct 26, 2021 · 2 comments
Closed

Error reporting from analytics #146

pcoccoli opened this issue Oct 26, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@pcoccoli
Copy link
Collaborator

Some analytics (regardless of which interface they use) may call third party APIs, particularly those doing threat intel enrichment. Sometimes those APIs may fail, either due to authentication issues, temporary network problems, etc. There is currently no way for the user to be notified of such problems.

There should be some way for analytics to capture such error information and report it back up. The implementation may differ per analytics interface (e.g. a native python interface where the analytics run under that same python interpreter as the core can probably just raise an exception, while the docker interface may need to write the information to a file).

@pcoccoli pcoccoli added the enhancement New feature or request label Oct 26, 2021
@pcoccoli
Copy link
Collaborator Author

I may be wrong about this; it seems the docker analytics interface captures stderr (and/or stdout) so you do see things like python tracebacks:
image

@subbyte
Copy link
Member

subbyte commented Feb 28, 2022

yep, we have this supported in both Python and Docker analytics interface.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants