-
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
[SecuritySolution] Hide the "Investigate in TL" button for the agent status field #132829
[SecuritySolution] Hide the "Investigate in TL" button for the agent status field #132829
Conversation
x-pack/plugins/security_solution/public/common/components/event_details/helpers.tsx
Outdated
Show resolved
Hide resolved
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.
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
@elasticmachine merge upstream |
💚 Build SucceededMetrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: cc @janmonschke |
…status field (elastic#132829) * fix: don't show the "Investigate in TL" button for the agent status field elastic#132095 * copy: typo 🐏 (cherry picked from commit 469094c)
Summary
This PR disables the
Investigate in timeline
action for the agent status field. That field is not searchable and therefore an investigation will not return any alerts. This issue was originally described in #132095.Screen.Recording.2022-05-24.at.18.29.41.mov
Checklist