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

[SIEM] Fix Refresh Button on timeline #49643

Merged
merged 1 commit into from
Oct 29, 2019

Conversation

XavierM
Copy link
Contributor

@XavierM XavierM commented Oct 29, 2019

Summary

Resolves ISSUE

In 7.5 BC 1, the Timeline Refresh button does not submit the KQL query, which is a regression from 7.4.

To reproduce:

Click the SIEM icon in the Kibana left-hand navigation to force a full page refresh
Click the Timeline button to open a (new) Timeline
Enter the following KQL in the Timeline search bar, but don't take any action (yet):
host.name: *
Click the Refresh button in the Timeline
Expected Result

The Timeline displays events
Actual Result

No events are displayed
Click in the Timeline KQL bar to give it focus, then press enter on your keyboard. The events expected to load when Refresh is clicked will be displayed.

Checklist

Use strikethroughs to remove checklist items you don't feel are applicable to this PR.

For maintainers

@XavierM XavierM added bug Fixes for quality problems that affect the customer experience Team:SIEM v8.0.0 release_note:skip Skip the PR/issue when compiling release notes v7.5.0 v7.6.0 labels Oct 29, 2019
@XavierM XavierM self-assigned this Oct 29, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/siem (Team:SIEM)

@XavierM XavierM changed the title put back the code that make everything works [SIEM] Fix Refresh Button on timeline Oct 29, 2019
@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Copy link
Contributor

@andrew-goldstein andrew-goldstein left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This restores the code from this PR: #47306

Ran locally and verified the behavior matches the pervious (7.4)
LGTM 🚀

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

@XavierM XavierM deleted the siem-fix-timeline-refresh branch June 4, 2020 16:23
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 release_note:skip Skip the PR/issue when compiling release notes Team:SIEM v7.5.0 v7.6.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants