kibana/x-pack/test/lists_api_integration/security_and_spaces/tests
David Sánchez cec62cb706
[Security Solution][Endpoint] Add event filters summary card to the fleet endpoint tab (#100668)
* Shows event filters card on fleet page

* Uses aggs instead of while loop to retrieve summary data

* Add request and response types in the lists package

* Fixes old import

* Removes old i18n keys

* Removes more old i18n keys

* Use consts for exception lists url and endpoint event filter list id

* Uses event filters service to retrieve summary data

* Fixes addressed pr comments such as changing the route without underscore, adding aggs type, validating response, and more

* Uses useMemo instead of useState to memoize object

* Add new e2e test for summart endpoint

* Handle api errors on event filters and trusted apps summary api calls

* Add api error message to the toast

* Fix wrong i18n key

* Change span tag by react fragment

* Uses styled components instead of modify compontent style directly and small improvements on test -> ts

* Adds curls script for summary route

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-05-28 18:07:54 +02:00
..
create_exception_list_items.ts
create_exception_lists.ts
create_list_items.ts
create_lists.ts
delete_exception_list_items.ts
delete_exception_lists.ts
delete_list_items.ts
delete_lists.ts
export_list_items.ts
find_exception_list_items.ts
find_exception_lists.ts
find_list_items.ts
find_lists.ts
import_list_items.ts
index.ts [Security Solution][Endpoint] Add event filters summary card to the fleet endpoint tab (#100668) 2021-05-28 18:07:54 +02:00
read_exception_list_items.ts
read_exception_lists.ts
read_list_items.ts
read_list_privileges.ts
read_lists.ts
summary_exception_lists.ts [Security Solution][Endpoint] Add event filters summary card to the fleet endpoint tab (#100668) 2021-05-28 18:07:54 +02:00
update_exception_list_items.ts
update_exception_lists.ts
update_list_items.ts
update_lists.ts