hatchet icon indicating copy to clipboard operation
hatchet copied to clipboard

MongoDB JSON Log Analyzer

Results 9 hatchet issues
Sort by recently updated
recently updated
newest added

In the search screen of the log results, it would be great if you could perform a search and, in addition to seeing a set of paginated rows returned, get...

Is it possible to add Stats by appName like Stats by IPs? multiple applications can run on same server, appName can be a real differentiator here rather than IP.

In the front page can you add closed connection next to accepted connection column under Stats by IPs?

Every time I run hatchet, it creates a new log to be exammed. Is there a way to delete logs from it? Example: I executed some commands as the below...

When reviewing the current hatchet.go file, i see the following line... fmt.Println("MongoDB support is deprecated and will be removed in the futre release.") I believe this is related to the...

This makes a few changes: 1. Container runs go 1.21, instead of 1.19 which is now a requirement of hatchet 2. Container build is fixed for the musl error it...

I need to set my own profile name in Hatchet because it makes it easier to create direct URLs that open specific charts. Thank you—your software is very helpful!

If you add the `-race` flat to the `go build` command you will see some data races when running the command. `go build -race -ldflags '-X main.version=v0.6.0-20240321 -X main.repo=vtomas/hatchet' -o...

As this line https://github.com/simagix/hatchet/blob/main/README_DEV.md?plain=1#L121 tell about https://hub.docker.com/r/simagix/hatchet which not found. Should we create the pipeline to auto build it on github?