This site introduces the utility of computing Java stack digests, highlights the stack digest stability challenge, and also provides a debugger to help you configure and tweak your Java Stack Digest filter plugin configuration.
A full Java stack trace is very helpful to analyse and debug a single error, but is not very handy to compare two errors.
The idea is to turn a full Java stack trace into a short and stable digest, that could help matching several distinct occurrences of the same type of error:
This done, it becomes easy with elasticsearch or any other logs centralization and indexation system to:
The stack digest may also become a simple error id that you can link your bug tracker with...