We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
StaticIndexPattern
IIndexPattern
The text was updated successfully, but these errors were encountered:
I think this one could be closed because of #51689
Sorry, something went wrong.
smith
No branches or pull requests
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:
and replace references of the legacy
StaticIndexPattern
with the newIIndexPattern
which is already imported in that file.The text was updated successfully, but these errors were encountered: