kibana/packages/kbn-securitysolution-es-utils
Kibana Machine 2fc96d9435
Removed one liner deprecation found with ElasticClient and made it harder to accidently import from the kbn package (#110318) (#110348)
## Summary

Removes ElasticSearch deprecation and makes it harder to import it from the wrong package. I accidentally exposed a deprecated `ElasticSearch` from a package we do not want to expose and everyone's IDE is suggesting it rather than the correct one from Kibana core.

* Removes the type from the exports within the package
* Fixes the instance that is trying to import it in favor of the correct one.

Co-authored-by: Frank Hassanabad <frank.hassanabad@elastic.co>
2021-08-26 23:55:35 +00:00
..
src Removed one liner deprecation found with ElasticClient and made it harder to accidently import from the kbn package (#110318) (#110348) 2021-08-26 23:55:35 +00:00
.babelrc chore(NA): moving @kbn/securitysolution-es-utils to babel transpiler (#109426) (#109674) 2021-08-23 13:13:28 -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.