Looks simple and clean! Big ups for starts of good screenshots, docs, and quickstart (Docker) instructions. Regarding the name, "Telescope" is also the name of a Neovim fuzzy finder[0] that dominates the ecosystem there. Other results appear by searching "telescope github". [0]: https://github.com/nvim-telescope/telescope.nvim
Show HN: Telescope – an open-source web-based log viewer for logs in ClickHouse
31–40 of 75 posts
Re: Show HN: Telescope – an open-source web-based log viewer for logs in ClickHouse
#32Looks simple and clean! Big ups for starts of good screenshots, docs, and quickstart (Docker) instructions. Regarding the name, "Telescope" is also the name of a Neovim fuzzy finder[0] that dominates the ecosystem there. Other results appear by searching "telescope github". [0]: https://github.com/nvim-telescope/telescope.nvim
Re: Show HN: Telescope – an open-source web-based log viewer for logs in ClickHouse
#33Re: Show HN: Telescope – an open-source web-based log viewer for logs in ClickHouse
#34Re: Show HN: Telescope – an open-source web-based log viewer for logs in ClickHouse
#35It 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 m…
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.
Re: Show HN: Telescope – an open-source web-based log viewer for logs in ClickHouse
#36This one seems to be optimized for log viewing at the moment, are there any DataDog alternatives built on top of Clickhouse, which supports full range of OpenTelemetry features?
OSS o11y platform built on clickhouse & otel.
Re: Show HN: Telescope – an open-source web-based log viewer for logs in ClickHouse
#37Re: Show HN: Telescope – an open-source web-based log viewer for logs in ClickHouse
#38Looks cool I might try it out! I need a central place, something simple where I can actually read the contents of the logs that are generated by the dozen of services that I run for clients, etc… instead of stupidly SSH’ing to every server. Does this fit the use case? I tried Loki once but it was painful to set up and more geared toward aggregating events and stats.
Re: Show HN: Telescope – an open-source web-based log viewer for logs in ClickHouse
#39Re: Show HN: Telescope – an open-source web-based log viewer for logs in ClickHouse
#40Just curious, as I'm in the market - why should I use this instead of the ELK stack?