Skip to content
Snippets Groups Projects
Verified Commit 448b967e authored by Michał Wielich's avatar Michał Wielich :two: Committed by GitLab
Browse files

Merge branch 'sy-support-product-categories-security_policies' into 'master'

Backfill product_categories in event/metric definitions for group:security_policies

See merge request !172610



Merged-by: default avatarMichał Wielich <mwielich@gitlab.com>
Approved-by: default avatarMichał Wielich <mwielich@gitlab.com>
Reviewed-by: default avatarSarah Yasonik <syasonik@gitlab.com>
Co-authored-by: default avatarsyasonik <syasonik@gitlab.com>
parents e690b7f0 cbc48771
No related branches found
No related tags found
1 merge request!172610Backfill product_categories in event/metric definitions for group:security_policies
Pipeline #1556625850 passed
Showing
with 40 additions and 0 deletions
......@@ -4,6 +4,8 @@ key_path: counts.ingress_modsecurity_packets_processed
description: Cumulative count of packets processed by ModSecurity since Usage Ping
was last reported
product_group: security_policies
product_categories:
- security_policy_management
value_type: number
status: removed
milestone_removed: "14.0"
......
......@@ -4,6 +4,8 @@ key_path: counts.ingress_modsecurity_packets_anomalous
description: Cumulative count of packets identified as anomalous by ModSecurity since
Usage Ping was last reported
product_group: security_policies
product_categories:
- security_policy_management
value_type: number
status: removed
milestone_removed: "14.0"
......
......@@ -4,6 +4,8 @@ key_path: counts.network_policy_forwards
description: Cumulative count of packets forwarded by Cilium (Container Network Security)
since Usage Ping was last reported
product_group: security_policies
product_categories:
- security_policy_management
value_type: number
status: removed
removed_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/86351
......
......@@ -4,6 +4,8 @@ key_path: counts.network_policy_drops
description: Cumulative count of packets dropped by Cilium (Container Network Security)
since Usage Ping was last reported
product_group: security_policies
product_categories:
- security_policy_management
value_type: number
status: removed
removed_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/86351
......
......@@ -3,6 +3,8 @@ data_category: operational
key_path: counts.ingress_modsecurity_logging
description: Whether or not ModSecurity is set to logging mode
product_group: security_policies
product_categories:
- security_policy_management
value_type: number
status: removed
milestone_removed: "14.0"
......
......@@ -3,6 +3,8 @@ data_category: operational
key_path: counts.ingress_modsecurity_blocking
description: Whether or not ModSecurity is set to blocking mode
product_group: security_policies
product_categories:
- security_policy_management
value_type: number
status: removed
milestone_removed: "14.0"
......
......@@ -3,6 +3,8 @@ data_category: operational
key_path: counts.ingress_modsecurity_disabled
description: Whether or not ModSecurity is disabled within Ingress
product_group: security_policies
product_categories:
- security_policy_management
value_type: number
status: removed
milestone_removed: "14.0"
......
......@@ -3,6 +3,8 @@ data_category: operational
key_path: counts.ingress_modsecurity_not_installed
description: Whether or not ModSecurity has not been installed into the cluster
product_group: security_policies
product_categories:
- security_policy_management
value_type: number
status: removed
milestone_removed: "14.0"
......
......@@ -3,6 +3,8 @@ data_category: operational
key_path: ingress_modsecurity_enabled
description: Whether or not ModSecurity is enabled within Ingress
product_group: security_policies
product_categories:
- security_policy_management
value_type: boolean
status: removed
milestone_removed: "14.0"
......
......@@ -3,6 +3,8 @@ key_path: redis_hll_counters.network_policies.clusters_using_network_policies_ui
description: Monthly number of distinct clusters with network policies using the network
policies UI
product_group: security_policies
product_categories:
- security_policy_management
value_type: number
status: removed
milestone_removed: '15.5'
......
......@@ -2,6 +2,8 @@
key_path: usage_activity_by_stage_monthly.govern.distinct_count_project_id_from_security_orchestration_policy_configurations
description: "The total number of projects with an assigned security policy project"
product_group: security_policies
product_categories:
- security_policy_management
value_type: number
status: active
milestone: "15.5"
......
......@@ -2,6 +2,8 @@
key_path: usage_activity_by_stage_monthly.govern.distinct_count_namespace_id_from_security_orchestration_policy_configurations
description: "The total number of groups with an assigned security policy project"
product_group: security_policies
product_categories:
- security_policy_management
value_type: number
status: active
milestone: "15.5"
......
......@@ -2,6 +2,8 @@
key_path: usage_activity_by_stage_monthly.govern.count_distinct_merge_request_id_from_scan_finding_approval_merge_request_rules
description: "The total number of open merge requests with at least one applicable scan result policy"
product_group: security_policies
product_categories:
- security_policy_management
value_type: number
status: active
milestone: "15.5"
......
......@@ -2,6 +2,8 @@
key_path: usage_activity_by_stage_monthly.govern.count_distinct_project_id_from_scan_finding_approval_project_rules
description: "The total number of projects with at least one scan result policy"
product_group: security_policies
product_categories:
- security_policy_management
value_type: number
status: active
milestone: "15.5"
......
......@@ -2,6 +2,8 @@
key_path: usage_activity_by_stage_monthly.govern.user_merge_requests_with_applied_scan_result_policies
description: "The total number of users who have created merge requests with at least one applicable scan result policy"
product_group: security_policies
product_categories:
- security_policy_management
value_type: number
status: active
milestone: "15.5"
......
......@@ -2,6 +2,8 @@
key_path: usage_activity_by_stage_monthly.govern.user_merge_requests_for_projects_with_assigned_security_policy_project
description: "The total number of users who have created merge requests in Projects that have an assigned security policy project"
product_group: security_policies
product_categories:
- security_policy_management
value_type: number
status: active
milestone: "15.5"
......
......@@ -2,6 +2,8 @@
key_path: redis_hll_counters.network_policies.clusters_using_network_policies_ui_weekly
description: Weekly number of distinct clusters with network policies using the network policies UI
product_group: security_policies
product_categories:
- security_policy_management
value_type: number
status: removed
milestone_removed: '15.5'
......
......@@ -3,6 +3,8 @@ data_category: operational
key_path: counts.ingress_modsecurity_statistics_unavailable
description: Whether or not ModSecurity statistics are unavailable
product_group: security_policies
product_categories:
- security_policy_management
value_type: number
status: removed
milestone_removed: "14.0"
......
......@@ -2,6 +2,8 @@
key_path: counts.external_status_checks
description: Total number of external status checks
product_group: security_policies
product_categories:
- compliance_management
value_type: number
status: active
milestone: '14.9'
......
......@@ -2,6 +2,8 @@
key_path: counts.projects_with_external_status_checks
description: Total number of distinct projects with external status checks
product_group: security_policies
product_categories:
- compliance_management
value_type: number
status: active
milestone: '14.9'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment