elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.7k stars 8.24k forks source link

[o11y Alerts View] Recent alerts not shown when selecting Today or This Week from time selector #139566

Closed emma-raffenne closed 2 years ago

emma-raffenne commented 2 years ago

Kibana version:

8.4.0

Browser version:

Chrome Version 104.0.5112.101

Browser OS version:

Mac OS Monterey 12.5.1

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

git clone

Describe the bug:

Time range (dropdown) filter for "Today" and "This week" does not seem to be working properly

Steps to reproduce:

  1. Create a o11y rule that would produce at least an active alert
  2. Go the o11y alerts page
  3. Select "Last 15 minutes" or "Last 30 minutes" from the time range dropdown - Alerts should be displayed
  4. Select "Today" or "This week" - Alerts shown in previous steps are not shown anymore

Expected behavior:

Filter correctly applied to today's active alerts.

elasticmachine commented 2 years ago

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

maryam-saeidi commented 2 years ago

Hi @emma-raffenne,

I fixed this issue in the new alert table integration: https://github.com/elastic/kibana/pull/139544 After merging this PR, we can verify the fix and close this bug.