Skip to content

[Uptime] Simplify kuery bar to use simple keyword search instead of field specific kql #274

@shahzad31

Description

@shahzad31

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.

image

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

image

Describe alternatives you've considered
Using kql to search against specific fields.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions