[Fleet] Remove usage of deprecated Kibana APIs #122326
Labels
loe:small
Small Level of Effort
Team:Fleet
Team label for Observability Data Collection Fleet team
technical debt
Improvement of the software architecture and operational architecture
See full list: https://docs.elastic.dev/kibana-dev-docs/api-meta/deprecated-api-list-by-plugin#fleet
data.fieldFormats
fieldFormats
plugin rather thandata
pluginkibana/x-pack/plugins/fleet/public/applications/fleet/sections/data_stream/list_page/index.tsx
Line 31 in 99c1d7a
data.indexPatterns
done in #123960dataViews
plugin instead ofdata
pluginkibana/x-pack/plugins/fleet/public/applications/fleet/components/search_bar.tsx
Line 53 in 99c1d7a
kibana/x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_logs/query_bar.tsx
Line 36 in 99c1d7a
IFieldType
done in #123960DataViewField
fromdataViews
plugin insteadkibana/x-pack/plugins/fleet/public/applications/fleet/components/search_bar.tsx
Line 35 in 99c1d7a
kibana/x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_logs/query_bar.tsx
Line 30 in 99c1d7a
licensing.license$
setup
which is now deprecated, should switch to consuming fromstart
kibana/x-pack/plugins/fleet/server/plugin.ts
Line 214 in 99c1d7a
kibana/x-pack/plugins/fleet/public/plugin.ts
Line 130 in 99c1d7a
AppMountParameters.appBasePath
history
which we already use, just need to remove thiskibana/x-pack/plugins/fleet/public/applications/fleet/index.tsx
Line 76 in 99c1d7a
AsyncPlugin
Plugin
interface instead.kibana/x-pack/plugins/fleet/server/plugin.ts
Line 178 in 99c1d7a
The text was updated successfully, but these errors were encountered: