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
All 3 services will be probably moved together. They all depend on IndexPatterns to be moved first or getting rid of the index patterns dependency
IndexPatterns
After the list bellow is complete, these plugins can be moved to src/plugins/data.
src/plugins/data
filter_manager/libs
indexPatterns
addFiltersAndChangeTimeFilter
ui/public
ui/errors
kibana_utils
ui/utils/ipv4_address
ui/documentation_links
core.docLinks
ui/value_suggestions
data
ui/persisted_logs
ui/timefilter
npStart.core.docLinks
ui/kfetch
core.http.get
ui\storage
ui/notifications
core.notifications
ui/autocomplete_providers
filter_state_manager
query
filter
The text was updated successfully, but these errors were encountered:
Time estimate for Query is ~3w Time estimate for Timefilter + filter is ~2w
Sorry, something went wrong.
Pinging @elastic/kibana-app-arch
lizozom
No branches or pull requests
All 3 services will be probably moved together.
They all depend on
IndexPatterns
to be moved first or getting rid of the index patterns dependencyAfter the list bellow is complete, these plugins can be moved to
src/plugins/data
.Filter
filter_manager/libs
Convert filter_manager/lib to TypeScript / Jest #44952 @alexwizpindexPatterns
dependenciesaddFiltersAndChangeTimeFilter
Get rid of addFiltersAndChangeTimeFilter #47450ui/public
depsui/errors
->kibana_utils
serviceui/utils/ipv4_address
->kibana_utils
ui/documentation_links
->core.docLinks
ui/value_suggestions
data
plugin Move generateFilters ⇒ NP #50118Timefilter
data
shim Move timefilter to data plugin #44375 Move timefilter and timehistory instantiation ⇒ data plugin #44783ui/public
depsui/persisted_logs
->data
Remove ui/persisted_logs - Part 1 #47225 Remove ui/persisted_log - Part 2 #47236URL state management(not needed, as it was left inui/timefilter
)Query
ui/public
deps (10d)ui/documentation_links
->npStart.core.docLinks
ui/kfetch
->core.http.get
ui\storage
ui/notifications
->core.notifications
](Move ui/notify banners to New Platform #43610)ui/persisted_logs
-> ?ui/autocomplete_providers
-> Query service (2d) Shim ui/autocomplete_providers into legacy data plugin #44949 @alexwizpNice to haves
filter_state_manager
- requires solving storing state on the URLquery
service (?, 8-10d) Move @kbn/es-query into data plugin #42885 @alexwizpfilter
service @alexwizpThe text was updated successfully, but these errors were encountered: