Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Security Solution][Endpoint][UI] Add
agentTypes
filter to action h…
…istory (elastic#175810) ## Summary Adds agent type filter values to the `Type` filter on actions history. So in addition to filtering by action type one can also filter with agent types. - With the feature flag enabled, the filter name changes to `Types` as it now holds Action and Agent types filter options. A new URL param called `agentTypes` is added when agent type options are selected. The existing `types` URL param works the way it does now. - Without the feature flag enabled the filter behaves and looks the way it does currently. **with feature flag `responseActionsSentinelOneV1Enabled` on** <img width="2056" alt="Screenshot 2024-02-01 at 11 27 52 AM" src="https://github.com/elastic/kibana/assets/1849116/83e17587-5e49-481e-9a85-cbb3642873b7"> ### Checklist - [x] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md) - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [ ] [Flaky Test Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was used on any tests changed - [x] Any UI touched in this PR does not create any new axe failures (run axe in browser: [FF](https://addons.mozilla.org/en-US/firefox/addon/axe-devtools/), [Chrome](https://chrome.google.com/webstore/detail/axe-web-accessibility-tes/lhdoppojpmngadmnindnejefpokejbdd?hl=en-US)) - [x] This renders correctly on smaller devices using a responsive layout. (You can test this [in your browser](https://www.browserstack.com/guide/responsive-testing-on-local-server)) - [x] This was checked for [cross-browser compatibility](https://www.elastic.co/support/matrix#matrix_browsers)
- Loading branch information