kibana/packages/kbn-securitysolution-io-ts-list-types
Kibana Machine 499d47a7e6
[Security Solution][Endpoint] Add event filters summary card to the fleet endpoint tab (#100668) (#100915)
* 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>

Co-authored-by: David Sánchez <davidsansol92@gmail.com>
2021-05-28 18:05:42 +00:00
..
src [Security Solution][Endpoint] Add event filters summary card to the fleet endpoint tab (#100668) (#100915) 2021-05-28 18:05:42 +00:00
BUILD.bazel chore(NA): correctly setup dep order on js_library to fix windows build (#100420) (#100428) 2021-05-20 20:57:21 -04:00
jest.config.js
package.json
README.md
tsconfig.json

kbn-securitysolution-io-ts-list-types

io-ts types that are specific to lists to be shared among plugins

Related packages are

  • kbn-securitysolution-io-ts-alerting-types
  • kbn-securitysolution-io-ts-ts-utils
  • kbn-securitysolution-io-ts-types