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

[Synthetics] Monitor overview is not working as expected #172305

Closed
emilioalvap opened this issue Nov 30, 2023 · 1 comment · Fixed by #177406
Closed

[Synthetics] Monitor overview is not working as expected #172305

emilioalvap opened this issue Nov 30, 2023 · 1 comment · Fixed by #177406
Assignees
Labels
bug Fixes for quality problems that affect the customer experience Synthetics Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team v8.11.0

Comments

@emilioalvap
Copy link
Contributor

emilioalvap commented Nov 30, 2023

Kibana version: 8.11

Original install method (e.g. download page, yum, from source, etc.): Cloud

Describe the bug:

Synthetics landing page sorting and filtering is not working as expected:

  • Sorting seems to be inverted and,
  • filtering for down monitors is not showing the list of down monitors.

Steps to reproduce:

  1. Navigate to Synthetics.
  2. Create two browser monitors:with the following scripts
// Monitor 1 - always down
step("Test", async () => {
    await page.goto("https://google.es");
    throw "This always fails";
})
// Monitor 2 - should always be up
step("Test", async () => {
    await page.goto("https://google.es");
})
  1. Wait for results to come in.
  2. Reload synthetics overview and check.

image
image
image

@emilioalvap emilioalvap added bug Fixes for quality problems that affect the customer experience Synthetics v8.11.0 labels Nov 30, 2023
@botelastic botelastic bot added the needs-team Issues missing a team label label Nov 30, 2023
@vigneshshanmugam vigneshshanmugam added the Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team label Nov 30, 2023
@elasticmachine
Copy link
Contributor

Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services)

@botelastic botelastic bot removed the needs-team Issues missing a team label label Nov 30, 2023
@shahzad31 shahzad31 self-assigned this Feb 21, 2024
shahzad31 added a commit that referenced this issue Feb 21, 2024
## Summary

Fixes #172305

<img width="1727" alt="image"
src="https://github.com/elastic/kibana/assets/3505601/9eddaac2-e371-4393-b846-2041411c2996">


### testing

- [ ] Fixes status filter , make sure up/down/disable/pending are
working
- [ ] Fixes sort by status 
- [ ] Also fixes pending monitors appearing under up, not they have
their own category
kibanamachine pushed a commit to kibanamachine/kibana that referenced this issue Feb 21, 2024
## Summary

Fixes elastic#172305

<img width="1727" alt="image"
src="https://github.com/elastic/kibana/assets/3505601/9eddaac2-e371-4393-b846-2041411c2996">

### testing

- [ ] Fixes status filter , make sure up/down/disable/pending are
working
- [ ] Fixes sort by status
- [ ] Also fixes pending monitors appearing under up, not they have
their own category

(cherry picked from commit 90905c4)
kibanamachine pushed a commit to kibanamachine/kibana that referenced this issue Feb 21, 2024
## Summary

Fixes elastic#172305

<img width="1727" alt="image"
src="https://github.com/elastic/kibana/assets/3505601/9eddaac2-e371-4393-b846-2041411c2996">

### testing

- [ ] Fixes status filter , make sure up/down/disable/pending are
working
- [ ] Fixes sort by status
- [ ] Also fixes pending monitors appearing under up, not they have
their own category

(cherry picked from commit 90905c4)
kibanamachine referenced this issue Feb 21, 2024
…#177481)

# Backport

This will backport the following commits from `main` to `8.13`:
- [[Synthetics] Fix status filter and sorting by status
(#177406)](#177406)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT
[{"author":{"name":"Shahzad","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-02-21T16:30:34Z","message":"[Synthetics]
Fix status filter and sorting by status (#177406)\n\n##
Summary\r\n\r\nFixes
https://github.com/elastic/kibana/issues/172305\r\n\r\n<img
width=\"1727\"
alt=\"image\"\r\nsrc=\"https://github.com/elastic/kibana/assets/3505601/9eddaac2-e371-4393-b846-2041411c2996\">\r\n\r\n\r\n###
testing\r\n\r\n- [ ] Fixes status filter , make sure
up/down/disable/pending are\r\nworking\r\n- [ ] Fixes sort by status
\r\n- [ ] Also fixes pending monitors appearing under up, not they
have\r\ntheir own
category","sha":"90905c465fc1c10748a711b3e00b4601541dd9ef","branchLabelMapping":{"^v8.14.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","ci:cloud-deploy","v8.12.0","Team:obs-ux-infra_services","v8.13.0","v8.14.0"],"title":"[Synthetics]
Fix status filter and sorting by
status","number":177406,"url":"https://github.com/elastic/kibana/pull/177406","mergeCommit":{"message":"[Synthetics]
Fix status filter and sorting by status (#177406)\n\n##
Summary\r\n\r\nFixes
https://github.com/elastic/kibana/issues/172305\r\n\r\n<img
width=\"1727\"
alt=\"image\"\r\nsrc=\"https://github.com/elastic/kibana/assets/3505601/9eddaac2-e371-4393-b846-2041411c2996\">\r\n\r\n\r\n###
testing\r\n\r\n- [ ] Fixes status filter , make sure
up/down/disable/pending are\r\nworking\r\n- [ ] Fixes sort by status
\r\n- [ ] Also fixes pending monitors appearing under up, not they
have\r\ntheir own
category","sha":"90905c465fc1c10748a711b3e00b4601541dd9ef"}},"sourceBranch":"main","suggestedTargetBranches":["8.12","8.13"],"targetPullRequestStates":[{"branch":"8.12","label":"v8.12.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.13","label":"v8.13.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.14.0","branchLabelMappingKey":"^v8.14.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/177406","number":177406,"mergeCommit":{"message":"[Synthetics]
Fix status filter and sorting by status (#177406)\n\n##
Summary\r\n\r\nFixes
https://github.com/elastic/kibana/issues/172305\r\n\r\n<img
width=\"1727\"
alt=\"image\"\r\nsrc=\"https://github.com/elastic/kibana/assets/3505601/9eddaac2-e371-4393-b846-2041411c2996\">\r\n\r\n\r\n###
testing\r\n\r\n- [ ] Fixes status filter , make sure
up/down/disable/pending are\r\nworking\r\n- [ ] Fixes sort by status
\r\n- [ ] Also fixes pending monitors appearing under up, not they
have\r\ntheir own
category","sha":"90905c465fc1c10748a711b3e00b4601541dd9ef"}}]}]
BACKPORT-->

Co-authored-by: Shahzad <[email protected]>
fkanout pushed a commit to fkanout/kibana that referenced this issue Mar 4, 2024
## Summary

Fixes elastic#172305

<img width="1727" alt="image"
src="https://github.com/elastic/kibana/assets/3505601/9eddaac2-e371-4393-b846-2041411c2996">


### testing

- [ ] Fixes status filter , make sure up/down/disable/pending are
working
- [ ] Fixes sort by status 
- [ ] Also fixes pending monitors appearing under up, not they have
their own category
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 Synthetics Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team v8.11.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants