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

[APM] NP migration StaticIndexPattern -> IIndexPattern #51541

Closed
ogupte opened this issue Nov 22, 2019 · 1 comment
Closed

[APM] NP migration StaticIndexPattern -> IIndexPattern #51541

ogupte opened this issue Nov 22, 2019 · 1 comment
Assignees
Labels

Comments

@ogupte
Copy link
Contributor

ogupte commented Nov 22, 2019

Meta issue: #32894

In https://github.com/elastic/kibana/blob/master/x-pack/legacy/plugins/apm/server/lib/index_pattern/get_dynamic_index_pattern.ts#L7

Remove:

import { StaticIndexPattern } from 'ui/index_patterns';

and replace references of the legacy StaticIndexPattern with the new IIndexPattern which is already imported in that file.

@ffknob
Copy link
Contributor

ffknob commented Nov 26, 2019

I think this one could be closed because of #51689

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants