-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Security Solution] Load prepackage timelines by default #74209
Conversation
Pinging @elastic/siem (Team:SIEM) |
💚 Build SucceededBuild metricsasync chunks size
History
To update your PR or re-run it, just comment with: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! I followed the testing instructions and everything is working fine!
I noticed that when you change tabs between Timelines and Templates a call is being made to the api/timeline/_prepackaged
route. I think we should make one call only when the user navigates for the first time on the Timeline page. Let's create an issue to track this. What do you think?
Also, when you click Open timeline...
button the Only timelines
filter is selected. Is that intended?
Thanks @cnasikas , yeah, that's expected behaviour, I did that in #74051 |
I think we can leave it like this until the prebuilt templates grows more. We can cancel the auto load entirely and put a |
* load prepackage timelines by default * fix unit tests
* load prepackage timelines by default * fix unit tests
Pinging @elastic/security-solution (Team: SecuritySolution) |
Summary
As we want to show the elastic templates once users landing on template’s tab, but since few weeks ago it stops showing elastic templates automatically.
This PR is to fix the issue and load Elastic prebuilt templates by default.
How to verify this PR:
case one:
templates
, and make sure elastic templates are loaded by defaultcase two: