We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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.
eliot-tree
Sorry, something went wrong.
No branches or pull requests
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
I have not done this yet, but I guess Kibana can't display the tree structure.
The text was updated successfully, but these errors were encountered: