-
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] Fix unmapped field timeline #99130
Conversation
Pinging @elastic/security-threat-hunting (Team:Threat Hunting) |
x-pack/plugins/security_solution/public/common/components/event_details/columns.tsx
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.
Thanks for this fix @XavierM, which resolves several open issues 🙏
Desk tested locally
LGTM 🚀
💚 Build SucceededMetrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: cc @XavierM |
* add unmapped include_unmapped * bringing back unmapped field timeline * add unit test
💔 Backport failed
Successful backport PRs will be merged automatically after passing CI. To backport manually run: |
* add unmapped include_unmapped * bringing back unmapped field timeline * add unit test
* add unmapped include_unmapped * bringing back unmapped field timeline * add unit test Co-authored-by: Xavier Mouligneau <[email protected]>
* add unmapped include_unmapped * bringing back unmapped field timeline * add unit test
Summary
Bringing unmapped field in timeline table/details and if the field is not mapped we won't allow filtering/searching on its value.
Checklist