- Notifications
You must be signed in to change notification settings - Fork 511
Closed
Description
With the merge of elastic/kibana#162643 we are now able to add automatic tagging to our integration packages.
Currently there are 3 tasks that needs to be performed.
- Try adding it to an integration, and ensure that the integration still are able to be installed (though without tags) on older versions like 8.8 or 8.7, then once more on 8.10 to confirm the correct tag is added.
- Once confirmed, we should use some sort of tooling to add a few specific things to integrations that we own all datastreams for:
Bump format_version to 2.10.0+
Add a tags.yml in the kibana folder of the integration, and fill it with:
- text: Security Solution asset_types: - dashboard - search This should tag all our asset types needed to view them, we can check by going to the Security Solution UI, and click "Dashboards".
3. Once step 2 is performed, we can manually add the tags.yml to the integration packages with multiple owners, but here we have to specify the dashboard ID of the assets we want to tag:
- text: Security Solution asset_ids: - id1 - id2 Metadata
Metadata
Assignees
Labels
No labels