-
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] Add callout to promote blog post #195943
Conversation
Pinging @elastic/security-detections-response (Team:Detections and Resp) |
Pinging @elastic/security-solution (Team: SecuritySolution) |
Pinging @elastic/security-detection-rule-management (Team:Detection Rule Management) |
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
...rity_solution/public/detections/components/callouts/new_features_blog_post_callout/index.tsx
Outdated
Show resolved
Hide resolved
...ublic/detections/components/callouts/blog_post_detection_engineering_callout/translations.ts
Outdated
Show resolved
Hide resolved
…callouts/blog_post_detection_engineering_callout/translations.ts Co-authored-by: Joe Peeples <[email protected]>
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.
👍
💚 Build Succeeded
Metrics [docs]Module Count
Async chunks
History
cc @nikitaindik |
…age (#200650) **Resolves: #197024 ## Summary PR #195943 added a callout banner to the 8.x branch. This banner was intended to be displayed only in ESS v8.16. We are now removing it to ensure it does not appear in v8.17.0. ## Screenshots **Before** <img width="1840" alt="Schermafbeelding 2024-11-18 om 21 14 22" src="https://github.com/user-attachments/assets/46ad45af-c058-4379-8651-43954801b3a1"> **After** <img width="1840" alt="Schermafbeelding 2024-11-18 om 21 14 41" src="https://github.com/user-attachments/assets/181d0b95-4486-43ab-be08-35ae91759660">
Resolves: #195423
Summary
This PR adds a callout to the Rule Management page. This callout displays a link to a post in Elastic blog.
Once a user clicks on "x" in the top-right corner the callout will be dismissed forever. Dismissal state is saved in
localStorage
.This is only for ESS v8.16.0 and beyond. Not for Serverless.
Screenshot