Skip to content

[APM] Replace deprecated import of esKuery from the data plugin #124069

Closed

Description

Some functionality and types were moved from the data plugin to the @kbn/es-query package.

importing esKuery from the data plugin is deprecated:

import {
esKuery,
QuerySuggestion,
} from '../../../../../../../src/plugins/data/public';

Instead it should be imported from @kbn/es-query:

import { esKuery } from '@kbn/es-query';

Relates to #119356

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    Team:APMAll issues that need APM UI Team supportrelease_note:skipSkip the PR/issue when compiling release notestechnical debtImprovement of the software architecture and operational architecture

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions