Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add support to visualize logs in ClickHouse #162

Merged
merged 1 commit into from
Oct 5, 2021
Merged

Conversation

ricoberger
Copy link
Member

It is now possible to visualize logs from ClickHouse via bar or pie
charts. For that a new link to the visualization page was added to the
logs page.

To generate a pie or bar chart a user must provide a query and a time
range. Besides these two option a user can also select the operation
which should be used for the visualization, the field on which this
operation should be run, a field to group the results, a sorting order
and a limit.

NOTE: Currently the user must now if he uses a string or number field.
Maybe we can get a list of fields from ClickHouse in the future and the
let the user select the field via a select box, where we also now if the
field is a number or a string.

It is now possible to visualize logs from ClickHouse via bar or pie
charts. For that a new link to the visualization page was added to the
logs page.

To generate a pie or bar chart a user must provide a query and a time
range. Besides these two option a user can also select the operation
which should be used for the visualization, the field on which this
operation should be run, a field to group the results, a sorting order
and a limit.

NOTE: Currently the user must now if he uses a string or number field.
Maybe we can get a list of fields from ClickHouse in the future and the
let the user select the field via a select box, where we also now if the
field is a number or a string.
@ricoberger ricoberger merged commit 7d59569 into main Oct 5, 2021
@ricoberger ricoberger deleted the visualize-logs branch October 5, 2021 19:11
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant