Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fleet] Clean up legacy elasticsearch imports #107179

Closed
jen-huang opened this issue Jul 29, 2021 · 1 comment · Fixed by #107519
Closed

[Fleet] Clean up legacy elasticsearch imports #107179

jen-huang opened this issue Jul 29, 2021 · 1 comment · Fixed by #107519
Assignees
Labels
Team:Fleet Team label for Observability Data Collection Fleet team technical debt Improvement of the software architecture and operational architecture

Comments

@jen-huang
Copy link
Contributor

There are two remaining elasticsearch imports in Fleet:

import { errors as LegacyESErrors } from 'elasticsearch';

import { errors } from 'elasticsearch';

These should be removed or replaced with types from /src/core/types/elasticsearch.

@jen-huang jen-huang added technical debt Improvement of the software architecture and operational architecture Team:Fleet Team label for Observability Data Collection Fleet team labels Jul 29, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/fleet (Team:Fleet)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team:Fleet Team label for Observability Data Collection Fleet team technical debt Improvement of the software architecture and operational architecture
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants