Open
Bug 1250549
Opened 9 years ago
Updated 4 years ago
Put a "crash day" field into the processed crashes and make it searchable in ES
Categories
(Socorro :: General, enhancement, P3)
Socorro
General
Tracking
(Not tracked)
NEW
People
(Reporter: kairo, Unassigned)
Details
While ES has a full date field for every crash, it's really hard to e.g. get a list of affected days for a crash and a search for "all crashes on a specific day" needs a slightly complicated filter of ">= $day & < $day+1".
If we can just add an additional field that has the UTC day only (e.g. "2016-02-23" for today's crashes), then I could for example do a search facet on this and get a list of all dates that had crashes for that search - and we could do a "day = $day" filter to search just for a specific day.
Comment 1•4 years ago
|
||
This would be nice to have making it a P3.
Type: task → enhancement
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•