-
Notifications
You must be signed in to change notification settings - Fork 460
New issue
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
Add asset tags to security integrations #7483
Comments
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
The minimum kibana version for this to be supported is 8.10.0, including validation, so for any package we want to include the tags.yml, we will need to bump kibana version to 8.10.0 along the way, otherwise the package can't be built with an error like
So they won't be able to be installed in < 8.10 with the file present. Edit: unless we change the validation criteria |
I created a PR to relax that validation and prevent forcing to bump kibana version on all packages elastic/package-spec#577 |
@marc-gr any more work that needs to happen around tagging here? |
Filed a separate issues to continue tracking the Closing this meta issue. |
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.
Bump format_version to 2.10.0+
Add a tags.yml in the kibana folder of the integration, and fill it with:
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:The text was updated successfully, but these errors were encountered: