Closed
Bug 890942
Opened 12 years ago
Closed 11 years ago
Add service to execute a custom elasticsearch query
Categories
(Socorro Graveyard :: Middleware, defect)
Socorro Graveyard
Middleware
Tracking
(Not tracked)
RESOLVED
FIXED
78
People
(Reporter: adrian, Assigned: adrian)
References
Details
(Whiteboard: [config])
On the new search UI, we want to allow admin users to write and execute custom elasticsearch queries. There should be a new middleware service that allows that.
Open questions:
* do we even want to do that? If it's for admin users only, I think it is secured enough (maybe we want to prevent users from using the `script` feature? ).
* do we want to format / aggregate the data so it looks like other search results?
| Assignee | ||
Updated•12 years ago
|
Priority: -- → P3
Comment 2•11 years ago
|
||
Commit pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/91792ab6eaae72fd1646e9b5c03c179dd38f40fb
Fixes bug 890942 - Added a service to run custom queries. r=peterbe
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Whiteboard: [config]
Comment 3•11 years ago
|
||
for the config change, ", Query: es" must be added to "service_overrides"
Updated•11 years ago
|
Target Milestone: --- → 78
Updated•9 years ago
|
Product: Socorro → Socorro Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•