[Fleet] Add cards for linking to file upload pages #113940
Labels
Feature:Unified Integrations
Unified Integrations view feature
Team:Fleet
Team label for Observability Data Collection Fleet team
v7.16.0
We need to register a card for the File Upload UI, similar to how we added cards for the sample data sets in #113200.
Title: File upload
Url:
/app/home#/tutorial_directory/fileDataViz
Eui icon type:
addDataApp
Category:
upload_file
Description: Upload your file, analyze its data, and optionally import the data into an Elasticsearch index.
This card should only be registered when the upload file UI is registered, which happens here:
kibana/x-pack/plugins/data_visualizer/public/register_home.ts
Lines 16 to 22 in 940149c
Proposed way to solve this:
customIntegrations
to theoptionalPlugins
inx-pack/plugins/data_visualizer/kibana.json
x-pack/plugins/data_visualizer/server/plugin.ts
to callplugins.customIntegrations.registerCustomIntegration
whenplugins
contains bothhome
andcustomIntegrations
(this way we only register this card if the UI it links to is also present).The text was updated successfully, but these errors were encountered: