Time frame based log search
Searching the log when only time of event is known is very clumsy because the log cannot be filtered with time. Going through pages works with small amounts of log but as there is lots of log then it gets really time taking process. Even worse if you have to repeat the process later on.
Add options to filter the log by begin and end time.

Hello,
This week, we released several improvements to our logs feature. You can now select a date/time range and adjust the order (ascending/descening) of the results.
More improvements are launching for this page over the next few weeks, let me know what else you think we can do on this page to make it more useful for you.
Josh
-
mosa commented
I can no longer search by time frame.
Why is this?
Please make it possible to search by time frame. -
Gaurav commented
Search count is also a simple and must have feature, please add asap!
-
murtuza commented
Raised support tickets for this, as it is pretty much useless to have logs that cannot be filtered with DateTime range
-
Craig commented
You can do a time range based search by modifying the page object in the url of the logs display.
It's url encoded base64 so you have to take the following steps to modify it:
1) url decode the "page" query parameter
2) base64 decode the result from 1
3) modify the timeframe in the object created by 2
4) base64 encode the modified object from 3
5) url encode the base64 from 4
6) replace the "page" query parameter value with the data from 5This is a lot of steps for something that should just be natively supported in the web ui on that page, but still much better than clicking "previous page" hundreds and hundreds of times
-
Craig commented
This is a very needed feature. Seems like something that elastic search could easily implement for time series data like logs
-
Anonymous commented
Given the sheer volume of logs that mailgun will store, even for 30 days, trying to debug a specific event in time is next to impossible. I need to track a sequence of automated emails that were supposed to happen at a certain time. It's not possible as it would require me clicking the "previous page" button hundreds and hundreds of times.
-
Kalle Malin commented
I had to find something from the logs two days old. As there is no filtering for time I have to click previous page until I end up in right time frame...