kibana/packages/kbn-securitysolution-es-utils
Mikhail Shustov 1f60a1662f
[@kbn/securitysolution-es-utils] remove transport API in favour of typed public API (#113717)
* remove transport API in favour of typed public API

* put elasticsearch_client back

* fix create index call

* fix setpolicy

* fix unit tests in SecuritySolution
2021-10-04 20:42:07 +02:00
..
src [@kbn/securitysolution-es-utils] remove transport API in favour of typed public API (#113717) 2021-10-04 20:42:07 +02:00
BUILD.bazel chore(NA): moving @kbn/securitysolution-es-utils to babel transpiler (#109426) 2021-08-23 15:51:31 +01:00
jest.config.js
package.json chore(NA): moving @kbn/securitysolution-es-utils to babel transpiler (#109426) 2021-08-23 15:51:31 +01:00
README.md
tsconfig.json chore(NA): moving @kbn/securitysolution-es-utils to babel transpiler (#109426) 2021-08-23 15:51:31 +01: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.