Adds a new setting policy_templates_behavior to manage how the policy templates / tiles are shown to the user in Kibana.
Values that admit this new field:
combined_policy
individual_policies
all
Why is it important?
There are some integrations that do not require to show a tile for the integration itself, or vice-versa, there could be integrations that it is not desired to show each of the policy templates (child policy templates) defined as tiles, just the one referring to the integration itself (parent tile)
Checklist
[x] I have added test packages to test/packages that prove my change is effective.
What does this PR do?
Adds a new setting
policy_templates_behavior
to manage how the policy templates / tiles are shown to the user in Kibana.Values that admit this new field:
Why is it important?
There are some integrations that do not require to show a tile for the integration itself, or vice-versa, there could be integrations that it is not desired to show each of the policy templates (child policy templates) defined as tiles, just the one referring to the integration itself (parent tile)
Checklist
test/packages
that prove my change is effective.spec/changelog.yml
.Related issues