Github user iraghumitra commented on the issue:
https://github.com/apache/metron/pull/796
@merrimanr plz find my replies
- when I open the date/time range picker why does it say "now/d"? I would
expect just "now" or "Now" - Changed to now
- when I first navigate to the Alerts UI or select "All time" why do I see
a timestamp clause in the query? Why not just leave it out? - Fixed
- The first is related to time-range selections that include 'Now' as part
of the range (Last 7 days, Last 5 minutes, Today so far, etc). This should be a
sliding window so I would expect the search query to be different every time
the results are refreshed. - Fixed
- I also found the time range selector value isn't populated correctly when
loading a saved or recent search. -Fixed
- if I select a cell in the table to apply a filter, then remove the filter
by hovering over it in the search bar and clicking 'x', the time range dropdown
is disabled. -Fixed
- when I select a Quick Range filter or open the drop-down after a, the
Time Range inputs are not updated and still say "now/d" - I felt 'Quick Range'
and 'Time Range' should be mutually exclusive. If it is confusing I can fix it.
- when I click the 'X' or clear button in the search bar, I would expect
the time range selector to be reset to "All time" - Fixed
- when I open the drop down and change the "FROM" time range, I would
expect the "TO" input to still say "now" (it's automatically set to end of the
day picked in "FROM") - This is intentional just to ensure that To date is not
before From date
- when I open the drop down and change either "FROM", "TO" or both, I would
expect those inputs to reset if I closed the dropdown without hitting "Apply"
(they are still populated when I open the dropdown again) - If it is not really
annoying I would leave this to default behaviour. There are both
advantages/disadvantages of clearing the fields and retaining the value
---