eliot icon indicating copy to clipboard operation
eliot copied to clipboard

Web GUI?

Open guettli opened this issue 3 years ago • 1 comments

Is there a way to show the logging output in a web GUI?

I would like to be able to create such a great call-tree output from production environments.

Not for every http request, but maybe for one of 10k requests.

Creating the data should work fine with eliot, but than I need a GUI to show the results?

Or do you think a different tool makes more sense in this case?

From: https://eliot.readthedocs.io/en/stable/outputting/elasticsearch.html

You can then use the Kibana UI to search and browse the logs by visiting http://localhost:9292/.

I have not done this yet, but I guess Kibana can't display the tree structure.

guettli avatar Mar 02 '21 10:03 guettli

Kibana can't display the tree structure directly, but if you sort by the appropriate field the tree structure is fairly obvious.

One thing I've done is dump output of eliot-tree to a webpage.

itamarst avatar Mar 03 '21 15:03 itamarst