Hacker News new | ask | show | jobs
Show HN: Dockter, an open source tool that makes Docker logs easier to digest (github.com)
5 points by slimskim 2044 days ago
2 comments

Hey HN! We’re a group of engineers who wanted an open source tool that made reading Docker logs more enjoyable. We’ve come up with Dockter and hope to get some very early feedback. The product is in its infant stages and works best for newly run containers outputting a low amount of logs. We realize there is a lot of work to be done (especially in terms of optimization) but we thought this early feedback would be extremely valuable.

We want to emphasize that the ultimate focus is to build a nice UI that makes extracting meaningful information from Docker logs a pleasant developer experience. We’re very much open to suggestions on how to approach log collection and want to make sure we’re not reinventing the wheel here.

Here is where we’re headed next:

- We’ve already received interest from someone in the open source community who is willing to implement a CI/CD pipeline

- Our plan is to transition to a timeseries DB in order to accommodate the large volume of log output

- Optimizing the filtering feature

- Data visualization for log metrics

How do you compare with the ELF or ELK stack? (re: not reinventing the wheel)
Hey! One of our main goals is to provide a solution that requires minimal setup. It'll be meant more for users who want a better solution than what they get out the box but aren't necessarily looking to take the time to implement the ELK stack.