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

[RCA Initiative] Events timeline should display all selected events #200799

Open
jasonrhodes opened this issue Nov 19, 2024 · 4 comments
Open

[RCA Initiative] Events timeline should display all selected events #200799

jasonrhodes opened this issue Nov 19, 2024 · 4 comments
Assignees
Labels
Team:obs-ux-management Observability Management User Experience Team

Comments

@jasonrhodes
Copy link
Member

Acceptance criteria

  • The events timeline at the top of an investigation displays the following events, if available:
    • All annotations found in the given time range
    • All active alerts in the given time range
    • TBD: Any other events to start with?

NOTE: It's ok if these choices result in a "cluttered" timeline with too many events, as we are going to introduce filtering of these events in a follow up issue.

@jasonrhodes jasonrhodes added the Team:obs-ux-management Observability Management User Experience Team label Nov 19, 2024
@elasticmachine
Copy link
Contributor

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

@benakansara
Copy link
Contributor

TBD: Any other events to start with?

@drewpost @jasonrhodes Are there any other events we would like to include right now?

@drewpost
Copy link

I did think we were going to add anomalies detected as well?

@jasonrhodes
Copy link
Member Author

I did think we were going to add anomalies detected as well?

@drewpost what anomalies? I'm not sure how we would query that or whether most customers would have ML jobs running that we are able to make concrete relationships to an investigation?

benakansara added a commit that referenced this issue Dec 4, 2024
As part of #200799, this PR
removes filter (previously the filter was based on any group by field,
which was changed to focus only on `service.name` for kubecon demo) so
that all events are shown on events timeline.

---------

Co-authored-by: kibanamachine <[email protected]>
Co-authored-by: Faisal Kanout <[email protected]>
kibanamachine pushed a commit to kibanamachine/kibana that referenced this issue Dec 4, 2024
As part of elastic#200799, this PR
removes filter (previously the filter was based on any group by field,
which was changed to focus only on `service.name` for kubecon demo) so
that all events are shown on events timeline.

---------

Co-authored-by: kibanamachine <[email protected]>
Co-authored-by: Faisal Kanout <[email protected]>
(cherry picked from commit 2a7689e)
kibanamachine added a commit that referenced this issue Dec 5, 2024
# Backport

This will backport the following commits from `main` to `8.x`:
- [[RCA] [Events timeline] Show all events
(#202235)](#202235)

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

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

<!--BACKPORT [{"author":{"name":"Bena
Kansara","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-12-04T14:57:05Z","message":"[RCA]
[Events timeline] Show all events (#202235)\n\nAs part of
#200799, this PR\r\nremoves
filter (previously the filter was based on any group by field,\r\nwhich
was changed to focus only on `service.name` for kubecon demo) so\r\nthat
all events are shown on events
timeline.\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine
<[email protected]>\r\nCo-authored-by:
Faisal Kanout
<[email protected]>","sha":"2a7689e693424679c6e870b772e8510d9a25dbd0","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:prev-minor","ci:project-deploy-observability","Team:obs-ux-management"],"title":"[RCA]
[Events timeline] Show all
events","number":202235,"url":"https://github.com/elastic/kibana/pull/202235","mergeCommit":{"message":"[RCA]
[Events timeline] Show all events (#202235)\n\nAs part of
#200799, this PR\r\nremoves
filter (previously the filter was based on any group by field,\r\nwhich
was changed to focus only on `service.name` for kubecon demo) so\r\nthat
all events are shown on events
timeline.\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine
<[email protected]>\r\nCo-authored-by:
Faisal Kanout
<[email protected]>","sha":"2a7689e693424679c6e870b772e8510d9a25dbd0"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/202235","number":202235,"mergeCommit":{"message":"[RCA]
[Events timeline] Show all events (#202235)\n\nAs part of
#200799, this PR\r\nremoves
filter (previously the filter was based on any group by field,\r\nwhich
was changed to focus only on `service.name` for kubecon demo) so\r\nthat
all events are shown on events
timeline.\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine
<[email protected]>\r\nCo-authored-by:
Faisal Kanout
<[email protected]>","sha":"2a7689e693424679c6e870b772e8510d9a25dbd0"}}]}]
BACKPORT-->

Co-authored-by: Bena Kansara <[email protected]>
SoniaSanzV pushed a commit to SoniaSanzV/kibana that referenced this issue Dec 9, 2024
As part of elastic#200799, this PR
removes filter (previously the filter was based on any group by field,
which was changed to focus only on `service.name` for kubecon demo) so
that all events are shown on events timeline.

---------

Co-authored-by: kibanamachine <[email protected]>
Co-authored-by: Faisal Kanout <[email protected]>
SoniaSanzV pushed a commit to SoniaSanzV/kibana that referenced this issue Dec 9, 2024
As part of elastic#200799, this PR
removes filter (previously the filter was based on any group by field,
which was changed to focus only on `service.name` for kubecon demo) so
that all events are shown on events timeline.

---------

Co-authored-by: kibanamachine <[email protected]>
Co-authored-by: Faisal Kanout <[email protected]>
CAWilson94 pushed a commit to CAWilson94/kibana that referenced this issue Dec 9, 2024
As part of elastic#200799, this PR
removes filter (previously the filter was based on any group by field,
which was changed to focus only on `service.name` for kubecon demo) so
that all events are shown on events timeline.

---------

Co-authored-by: kibanamachine <[email protected]>
Co-authored-by: Faisal Kanout <[email protected]>
CAWilson94 pushed a commit to CAWilson94/kibana that referenced this issue Dec 12, 2024
As part of elastic#200799, this PR
removes filter (previously the filter was based on any group by field,
which was changed to focus only on `service.name` for kubecon demo) so
that all events are shown on events timeline.

---------

Co-authored-by: kibanamachine <[email protected]>
Co-authored-by: Faisal Kanout <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team:obs-ux-management Observability Management User Experience Team
Projects
None yet
Development

No branches or pull requests

4 participants