Search, click, and navigate to context #3948
Replies: 5 comments 9 replies
-
Oh yeah that would be really useful 👍 |
Beta Was this translation helpful? Give feedback.
-
Hi @sscarduzio, I wish I had a PM for this project 😅
I believe these are all good ideas, but they require time to implement. I personally use Dozzle to view logs in real time for debugging and investigating issues. Based on my research, search functionality is not a common need, so I am cautious about adding a feature that occupies space that may not be utilized by everyone.
It's funny you bring up papertrail. Much of Dozzle is based off papertrail! haha. I was an early user of Papertrail, but then my logs started being so much that I didn't want to pay money. That's when I created Dozzle. I do like papertrail and use it often to think about ideas. Alright now to the good stuff...
This topic has been discussed frequently. I believe it should be implemented because I would find it valuable. There is some history to consider. This functionality used to exist, and filtering and searching were done in the browser. This worked well until I realized that not everyone's browser is powerful, leading to performance issues. I decided to move this to the backend, which improved the situation and made the UI much leaner. However, this change made it difficult to jump into context since the browser no longer retains it. I proposed the idea at #3830 (comment) to fix this with markers. I think a neat implementation could be using the URL parameters to load specific logs in history. Something like this:
The nice part of this solution is that users can also send links around. The hard part of this implementation is that the log item might be very old. How should Dozzle keep streaming the latest but still show something from a while ago? And more complicated should it load more when scrolling down? I think that's pretty complicated. 😐 Perhaps, when loading logs that are old, streaming of live logs just pause. Only if a PM could think about this. 😝 |
Beta Was this translation helpful? Give feedback.
-
Hello @amir20 thanks for the quick reply! It makes two of us being huge fans of Papertrailapp then! I converted to dozzle recently from using Papertrail for years. I did it because:
Feature idea: permalink modeNow for the the juicy part. I like your proposal, allow me to expand on it:
Permalink mode
How to get to permalink modeEither of these situations:
WDYT? |
Beta Was this translation helpful? Give feedback.
-
Overall, I am aligned with this directionally. It's just a lot of work so no promises on anything being done soon. I'll probably spend 30 mins each day. |
Beta Was this translation helpful? Give feedback.
-
Alright folks, need you all to start testing and provide feedback 🎉 I have implemented this functionality in ![]() |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks for creating Dozzle!
My log workflow, is the following:
See the video:
https://www.loom.com/share/dd9baba14cbe405698b8c2133a9a2ba7?sid=c526d3f4-13e4-4711-bfa3-800978cf1e88
Dozzle is 1 click away from achieving this very, very valuable capability.
As a product manager I would also suggest to add first class citizen bottom search box, permanently visible, and add filter toggles in buttons and drop downs at its margins.
Papertrail App does this, give it a try. I think a lot of concepts can be imported from this app to great benefit.
Beta Was this translation helpful? Give feedback.
All reactions