[Fleet] Add support for installing tag
saved objects
#110660
Labels
enhancement
New value added to drive a business result
Team:Fleet
Team label for Observability Data Collection Fleet team
v7.16.0
Fleet integrations are planning to add tags to installed Kibana assets like Dashboard and Visualizations to identify the specific integration they're related to and to tag them as "managed" by the system elastic/integrations#327
We need to add support to the EPM installation and upgrade code to support install these SO types.
On the client side it's recommended to use the SavedObjectTagging client instead of the default SavedObjectsClient, but there currently is no analog API for the server-side. @pgayvallet any reason we'd have problems with using the regular
SOC.bulkCreate
orSOC.import
APIs for this use case?The text was updated successfully, but these errors were encountered: