hatchet icon indicating copy to clipboard operation
hatchet copied to clipboard

Is it possible to set a custom profile name when ingesting logs into Hatchet?

Open codemobiles opened this issue 1 year ago • 1 comments

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!

codemobiles avatar Oct 11 '24 07:10 codemobiles

I already know how to load log file to create a Hatchet profile name without a trailing random number. Let’s comment out these lines of code in utils.go and rebuild the project. Screenshot 2567-10-12 at 15 13 19

Screenshot 2567-10-12 at 15 15 55

codemobiles avatar Oct 12 '24 08:10 codemobiles

use --url if you want different customer profile going to different SQLite3 database.

-url string database file name or connection string (default "./data/hatchet.db")

simagix avatar Nov 23 '25 12:11 simagix