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

Web GUI? #463

Open
guettli opened this issue Mar 2, 2021 · 1 comment
Open

Web GUI? #463

guettli opened this issue Mar 2, 2021 · 1 comment

Comments

@guettli
Copy link

guettli commented Mar 2, 2021

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.

@itamarst
Copy link
Owner

itamarst commented Mar 3, 2021

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.

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

No branches or pull requests

2 participants