|
|
|
|
|
by nh2
481 days ago
|
|
It would be great if the logs could describe a bit what exactly one has to do to use this as an alternative to Grafana Loki. How do I get my logs (e.g. local text files from disk like nginx logs, or files that need transformation like systemd journal logs) into ClickHouse in a way that's useful for Telescope? What kind of indices do I have to configure so that queries are fast? Ideally with some examples. How can I make that full-text substring search queries are fast (e.g. "unexpected error 123")? When I filter with regex, is that still fast / use indices? From the docs it isn't quite clear to me how to configure the system so that I can just put a couple TB of logs into it and have queries be fast. Thanks! |
|
I will consider providing a how-to guide on setting up log storage in ClickHouse, but I’m afraid I won’t be able to cover all possible scenarios. This is a highly specific topic that depends on the infrastructure and needs of each organization.
If you’re looking for a all-in-one solution that can*both collect and visualize logs, you might want to check out https://www.highlight.io or https://signoz.io or other similar projects.
And also, by the way, I’m not trying to create a "Grafana Loki killer" or a "killer" of any other tool. This is just an open source project - I simply want to build a great log viewer without worrying about how to attract users from Grafana Loki or Elastic or any other tool/product.