Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed one liner deprecation found with ElasticClient and made it ha…
…rder 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>
- Loading branch information