|
|
|
|
|
by wfn
841 days ago
|
|
> showed logs as a tree. Yes, that is exactly what I want as well - a tree-like structure where you can trace events across multiple layers of abstraction as well as across systems (so both horizontal and vertical relations of events, so to speak). Some infra systems output syslog loglines and there's no changing that, and I still want to capture and relate these log messages to other events (incl. high-level business transactions / processes). Any way you could share your PoC? :) very interested. |
|
I don't have the code anymore might have been called "logtree", it was a HTML file and very small, it would parse dot "." separated lines such as (user.connected) and arrange them in a tree with indentation, if you clicked the dot syntax it would highlight in yellow other instances of that bucket of entries later in the log file.
I think you want elegant navigation between linear sequences (next, previous) of log lines that are apart in time, but related.
You might want to see all events of the internals of two different components in the tree structure.
Need to process log lines into a graph and then provide quick navigation for them.
It is indeed horizontal and vertical.
This would be very useful to anti-abuse measures if you could trace to the cause of something and cancel all thing caused by it.