Live data from Hacker News

Show HN: Telescope – an open-source web-based log viewer for logs in ClickHouse

github.com

1–10 of 75 posts

Show HN: Telescope – an open-source web-based log viewer for logs in ClickHouse

#1
Hey everyone! I’m working on Telescope - an open-source web-based log viewer designed to make working with logs stored in ClickHouse easier and more intuitive.

I wasn’t happy with existing log viewers - most of them force a specific log format, are tied to ingestion pipelines, or are just a small part of a larger platform. Others didn’t display logs the way I wanted.

So I decided to build my own lightweight, flexible log viewer - one that actually fits my needs.

Check it out:

    Video demo: https://www.youtube.com/watch?v=5IItMOXwugY

    GitHub: https://github.com/iamtelescope/telescope

    Live demo: https://telescope.humanuser.net

    Discord: https://discord.gg/rXpjDnEc

Show HN: Telescope – an open-source web-based log viewer for logs in ClickHouse
github.com

Re: Show HN: Telescope – an open-source web-based log viewer for logs in ClickHouse

#3
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

Re: Show HN: Telescope – an open-source web-based log viewer for logs in ClickHouse

#5
Looks 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

#7
post #3

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

[deleted]

Re: Show HN: Telescope – an open-source web-based log viewer for logs in ClickHouse

#8

Looks 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.

I’m curious to know what makes the Loki installation process so painful.

I’m interested in learning more about the software installation experience.

Post reply on HN