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
In #39091, dateHistogramInterval, parseEsInterval and a few others were moved to the data plugin. However, imports from ui/public/utils were not switched over.
dateHistogramInterval
parseEsInterval
ui/public/utils
We need to update imports across Kibana so that we can remove ui/public/utils/parse_es_interval completely and consider Phase I "done" for this item.
ui/public/utils/parse_es_interval
Note that we should include a mapping to the new location in MIGRATION.md, and also need to update #39907 with a note on the changes.
MIGRATION.md
The text was updated successfully, but these errors were encountered:
Pinging @elastic/kibana-app-arch
Sorry, something went wrong.
alexwizp
Successfully merging a pull request may close this issue.
In #39091,
dateHistogramInterval
,parseEsInterval
and a few others were moved to the data plugin. However, imports fromui/public/utils
were not switched over.We need to update imports across Kibana so that we can remove
ui/public/utils/parse_es_interval
completely and consider Phase I "done" for this item.Note that we should include a mapping to the new location in
MIGRATION.md
, and also need to update #39907 with a note on the changes.The text was updated successfully, but these errors were encountered: