Philippe Oberti
Philippe Oberti
## Summary This PR does a complete restructure of the Threat Intelligence plugin. We can use this draft PR to discuss patterns that we like and ones that we do...
## Summary The Threat Intelligence plugin has been hidden behind a feature flag since early August ([ticket](https://github.com/elastic/security-team/issues/4505) and [PR](https://github.com/elastic/kibana/pull/137838)). We are now ready to go GA for 8.5 release! This...
**Describe the issue** The icon shown when using the [legendAction](https://github.com/elastic/elastic-charts/blob/master/packages/charts/src/specs/settings.tsx#L415) prop can be sometimes misaligned. Using for example [eui](https://github.com/elastic/eui) components (like EuiToolTip, EuiButtonIcon...) breaks a bit the UI: ![Image 2022-09-30...
# Backport This will backport the following commits from `main` to `8.14`: - [[Security Solution][Alert details] - extract panel keys to constant file to avoid weird webpack issue (circular dependency?)...
## Summary This [previous PR](https://github.com/elastic/kibana/pull/177087) introduced the expandable flyout to the main query table in timeline. This PR adds the expandable flyout to the Notes screen. ### Testing Make sure...
## Summary This PR continues adding user behavior saved to local storage for the expandable flyout. After persisting [which section of the overview tab is expanded/collapses](https://github.com/elastic/kibana/pull/178746) and after persisting [which...
### Notes **The intend is to merge this PR if we cannot fix the issue during the BC period.** ## Summary A but was introduced when we merged [the PR](https://github.com/elastic/kibana/pull/177087)...
## Summary This work finalizes the effort done to move the code from the `common/components.event_details` and `timelines/components/side_panel` folders to the `flyout` folder. This PR focuses on: - cleaning up some...