[Security Solution] - Bug fixes#92294
Conversation
43ca64e to
3969b3b
Compare
|
Pinging @elastic/security-solution (Team: SecuritySolution) |
|
Pinging @elastic/security-threat-hunting (Team:Threat Hunting) |
There was a problem hiding this comment.
The only change in this file was removing React.memo. It may be causing an issue where the event_details view isn't switching properly. The props to this component do not change when the expanded_detail changes, and as this is just a wrapper of memoized components, it's unnecessary.
There was a problem hiding this comment.
This fixes (same in network_details): #92004 (comment)
There was a problem hiding this comment.
There wasn't a bug filed for this yet, but when copying the text into the search bar it doesn't work unless you use double quotes.
There was a problem hiding this comment.
These changes were just about removing isInDetailsSidePanel. It isn't necessary for these components to be aware of this
72f463f to
23bc30b
Compare
23bc30b to
b5ea5e5
Compare
|
@elasticmachine merge upstream |
💚 Build SucceededMetrics [docs]Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: |
jonathan-buttner
left a comment
There was a problem hiding this comment.
I pulled this down and tested that the different panel titles didn't overlap and that the indices were populated 👍
| const { to, from, isInitializing } = useGlobalTime(); | ||
| const { docValueFields, selectedPatterns } = useSourcererScope(); | ||
| const { docValueFields } = useSourcererScope(); | ||
| /* |
kqualters-elastic
left a comment
There was a problem hiding this comment.
visually verified locally lgtm 👍
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
…bana into task-manager/docs-monitoring * 'task-manager/docs-monitoring' of github.com:gmmorris/kibana: [ILM] Allow multiple searchable snapshot actions (elastic#92789) Improve consistency for display of management items (elastic#92694) skip flaky suite (elastic#93152) skip flaky suite (elastic#93152) [ILM] Refactor edit_policy client integration tests into separate feature files (elastic#92826) Add developer documentation about the building blocks we offer plugin developers (elastic#92743) [Security Solution] Case ui enhancement (elastic#91863) [Security Solution] [Detections] Updates warning message when no indices match provided index patterns (elastic#93094) Collect agent telemetry even when fleet server is disabled. (elastic#93198) [Lens] Fix runtime validation error message (elastic#93195) [Lens] Remove warning about ordinal x-domain (elastic#93049) [Security Solution] Fixes the Customize Event Renderers modal by removing the EuiOverlayMask (elastic#93150) Cleanup Security plugin imports (elastic#93056) [Security Solution] - Bug fixes (elastic#92294) Updated doc links (elastic#92968) [ML] Transforms: Fixes chart histograms for runtime fields. (elastic#93028) [chore] Enable core's eslint rule: `@ts-expect-error` (elastic#93086)
Summary
This PR fixes the following bugs:
Also, did some cleanup and updated the quotation for the empty resolver message as it was incorrect before since the search bar doesn't accept single quotes for values.