[Security Solution] Add callout to promote blog post#195943
Merged
nikitaindik merged 7 commits intoelastic:8.xfrom Oct 14, 2024
Merged
[Security Solution] Add callout to promote blog post#195943nikitaindik merged 7 commits intoelastic:8.xfrom
nikitaindik merged 7 commits intoelastic:8.xfrom
Conversation
Contributor
|
Pinging @elastic/security-detections-response (Team:Detections and Resp) |
Contributor
|
Pinging @elastic/security-solution (Team: SecuritySolution) |
Contributor
|
Pinging @elastic/security-detection-rule-management (Team:Detection Rule Management) |
banderror
reviewed
Oct 11, 2024
...rity_solution/public/detections/components/callouts/new_features_blog_post_callout/index.tsx
Outdated
Show resolved
Hide resolved
joepeeples
reviewed
Oct 14, 2024
...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 <joe.peeples@elastic.co>
Contributor
💚 Build Succeeded
Metrics [docs]Module Count
Async chunks
History
cc @nikitaindik |
nikitaindik
added a commit
that referenced
this pull request
Nov 19, 2024
…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">
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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