-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Is your feature request related to a problem? Please describe.
Uptime kuery bar use kql to search for monitors, although this is very powerful, it allows configurable syntax, but it has overhead for normal users, it's useful for advance users, but you need to have know-how of how elastic search, kql and heartbeat index works.
Describe the solution you'd like
I would like to have two configurable options in kuery bar, where user can configure it either to use KQL or simple wildcard search against few useful fields like monitorId, monitorName, url etc just like how the search works in certificate page.
user will just type in and it automatically filters results against those fields. there is precedent for configurable synatx in kibana discover app etc , where user can configure between lucene and kql syntax, but in uptime context, we will allow user to configure between normal search and kql syntax search
Describe alternatives you've considered
Using kql to search against specific fields.

