Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SLO] Sometimes search erroneously reports back empty list of SLOs #166689

Closed
jloleysens opened this issue Sep 19, 2023 · 1 comment · Fixed by #166945
Closed

[SLO] Sometimes search erroneously reports back empty list of SLOs #166689

jloleysens opened this issue Sep 19, 2023 · 1 comment · Fixed by #166945
Assignees
Labels
bug Fixes for quality problems that affect the customer experience Feature:SLO Team: Actionable Observability - DEPRECATED For Observability Alerting and SLOs use "Team:obs-ux-management", for AIops "Team:obs-knowledge"

Comments

@jloleysens
Copy link
Contributor

Kibana version:
8.10.1

Describe the bug:
When searching for SLOs using KQL sometimes the request gets issued and does not contain the full query.

For example:

Input text as displayed in UI is: slo.name : *Kibana*
But request is: <base-url>/api/observability/slos?kqlQuery=slo.name%20%3A%20*K&sortBy=status&sortDirection=desc&page=1

Only when pressing enter again does the full query get sent as:

<base-url>/api/observability/slos?kqlQuery=slo.name%20%3A%20*Kibana*&sortBy=status&sortDirection=desc&page=1

How to reproduce:

  1. Type text in to the search bar and press enter to search
  2. See the following result:
Screenshot 2023-09-19 at 10 37 11

This is a flaky issue, but happens often enough that it should be considered a bug.

Expected behavior:

Should run the query that is present in the search bar

@jloleysens jloleysens added bug Fixes for quality problems that affect the customer experience Team: Actionable Observability - DEPRECATED For Observability Alerting and SLOs use "Team:obs-ux-management", for AIops "Team:obs-knowledge" Feature:SLO labels Sep 19, 2023
@elasticmachine
Copy link
Contributor

Pinging @elastic/actionable-observability (Team: Actionable Observability)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Feature:SLO Team: Actionable Observability - DEPRECATED For Observability Alerting and SLOs use "Team:obs-ux-management", for AIops "Team:obs-knowledge"
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants