* add link to actions menu in anomalies table
* set map start time to bucket start
* simplify isGeoRecord value setting
* lint fix
* adds query and timerange to link
* substract ms so as not to go into next bucket start time
* lint fix
* First draft at possible implementation. tests need to be added, and imports,comments, logs cleaned up
* Further tweaks to alerts counters
* Add tests for alerts_counters hook
* Working on vulnerable hosts
* Add useVulnerableHostsCounters hook along with tests
* add Vulnerable users and tests
* Move files to components folder and wire up to detections overview page
* Add translations
* add querytoggle and navigation to both tables
* fix bug for toggleQuery
* update button navigation
* remove alerts by status, as Angela built instead
* Working on changing test files
* test files for host and user hooks complete
* Components complete
* bug fixes from PR
* failing tests
* Undo bad edit to useRuleAlerts test
* Fix show inspect on hover, and use HostDetailsLink component
* missed in last commit
* more fixes from PR review
* recent cases table working, need tests
* first pass for table and data fetching
* Make changes from PR review
* [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'
* PR fixes
* PR fixes
* remove cases api date workaround
* enable detectionsResponse for deployed instance
* Fix tests
* turn off detectionresponseEnabled flag
* fixes from design review
* stability fix. remove useUserInfo
* Add comment for removing togglequery code
Co-authored-by: Kristof-Pierre Cummings <kristofpierre.cummings@elastic.co>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
* [ML] Add dynamic registration of links for both index and file
* [ML] Consolidate type imports
* [ML] Revert uptime changes
* [ML] Fix cards visible when canDisplay is false
* [ML] Shorten create job text
* [ML] Remove as assertions
* [ML] Rename to GetAdditionalLinks
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
* use shareable status filter
* clean up and remove remnants from old status implementation
* bring back props
* fix more CI issues after renaming
* fix i118n issues
* fix failing unit tests
* Add some missing Endpoint telemetry fields
* Update test case
* Fix syntax
* Get all of process.pe
* lint
* Add more token and DLL fields
* Alphabetical
* Add
## Summary
Updates the legacy actions migration code to account for edge cases we had not initially caught. Thanks to testing from some teammates, they reported seeing the following behavior:
- Rules created pre 7.16 with no actions still create the legacy action sidecar (but not a `siem.notifications` legacy actions alert) which upon migration to 7.16+ was not being deleted
- Rules created pre 7.16 with actions that run on every rule run create the legacy action sidecar(but not a `siem.notifications` legacy actions alert) which upon migration to 7.16+ was not being deleted
- Rules created pre 7.16 with actions that were never enabled until 8.x did not have a `siem.notifications` legacy actions alert type created
Because the legacy migration code relied on checking if a corresponding `siem.notifications` SO existed to kick off the necessary cleanup/migration, the above edge cases were not being caught.
* fix bug
* fix unit test
* bing back tests alive after a long CPR
* fix test and bring back recursive aggs
* I need to do an intersectiona and not union
* fix last integration test
* adding missing color to use eui theme hook
* button and spacing refactor
* updating colors and spacing on alerts
* adding custom components for nbsp and split text
* updating test to match nbsp instead of white space
* update process tree node to match design spec
* Added ellipsis truncation to apm dependency
* Added ellipsis truncation to apm service
* Removed un-used variable
* Added ellipsis truncation
* removing unused import
* modified css classname
* created a new component for truncation without tooltip
* using text truncate styling and removed truncatewithouttooltip component
* restored styledlink
* [APM] Update template title for service groups
* [APM] Update link titles in global search
* Fix translations
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
* Add missing period at the end of the sentence
* Copy update due old pr comments
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>