kibana/packages/kbn-securitysolution-es-utils
Kibana Machine 9f95a44fe3
[@kbn/securitysolution-es-utils] remove transport API in favour of typed public API (#113717) (#113831)
* remove transport API in favour of typed public API

* put elasticsearch_client back

* fix create index call

* fix setpolicy

* fix unit tests in SecuritySolution

Co-authored-by: Mikhail Shustov <restrry@gmail.com>
2021-10-04 17:41:09 -04:00
..
src [@kbn/securitysolution-es-utils] remove transport API in favour of typed public API (#113717) (#113831) 2021-10-04 17:41:09 -04:00
BUILD.bazel chore(NA): moving @kbn/securitysolution-es-utils to babel transpiler (#109426) (#109674) 2021-08-23 13:13:28 -04:00
jest.config.js
package.json chore(NA): moving @kbn/securitysolution-es-utils to babel transpiler (#109426) (#109674) 2021-08-23 13:13:28 -04:00
README.md
tsconfig.json chore(NA): moving @kbn/securitysolution-es-utils to babel transpiler (#109426) (#109674) 2021-08-23 13:13:28 -04:00

kbn-securitysolution-es-utils

This is the shared security solution elastic search utilities among plugins. This was originally created to remove the dependencies between security_solution and other projects such as lists. This should only be used within server side code and not client side code since it is all elastic search utilities and packages.