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

Make the json logging more suitable for ELK indexing #202

Open
phavekes opened this issue Oct 18, 2024 · 0 comments
Open

Make the json logging more suitable for ELK indexing #202

phavekes opened this issue Oct 18, 2024 · 0 comments
Labels

Comments

@phavekes
Copy link
Member

This issue is imported from pivotal - Originaly created at Dec 9, 2020 by Bart Geesink

Currently we have json logging, which enables us to send the errors to ELK. We use ELK to view what's happening when you release a new version, or to do analysis of certain incidents.
It is now difficult to do analysis, because the "message" does not contain enough information (only stuff like "error occured" or "Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception ". The other field with information is the stack trace itself.

I'd like to be able to get a field that I can use to aggregate and count what's happening.

So the field "message" would contain keywords, like
"missing_refresh_token"
"code_used_twice"
"no_access_token_found"
etc

This would allow us to see trends, and check for specific errors in certain RP's

@phavekes phavekes assigned phavekes and unassigned phavekes Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Icebox
Development

No branches or pull requests

1 participant