You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
prometheus_remote_write_metrics_filter = "kube_cluster_name in (\"test-cluster\", \"test-k8s-data\") and kube_deployment_name = \"coredns\" and my_metric starts with \"prefix\" and not my_metric contains \"prefix-test\""
prometheus_remote_write_metrics_filter = "kube_cluster_name in (\"test-cluster\", \"test-k8s-data\") and kube_deployment_name = \"coredns\" and my_metric starts with \"prefix\" and not my_metric contains \"prefix-test\""
prometheus_remote_write_metrics_filter = "kube_cluster_name in (\"test-cluster\", \"test-k8s-data\") and kube_deployment_name = \"coredns\" and my_metric starts with \"prefix\" and not my_metric contains \"prefix-test\""
filter = "kubernetes.namespace.name in (\"kube-system\") and kubernetes.deployment.name in (\"coredns\")"
41
+
prometheus_remote_write_metrics_filter = "kube_cluster_name in (\"test-cluster\", \"test-k8s-data\") and kube_deployment_name = \"coredns\" and my_metric starts with \"prefix\" and not my_metric contains \"prefix-test\""
39
42
}
40
-
43
+
41
44
data "sysdig_current_user" "me" {
42
45
}
43
46
@@ -50,21 +53,22 @@ data "sysdig_custom_role" "custom_role" {
50
53
51
54
*`name` - (Required) The name of the Monitor Team. It must be unique and must not exist in Secure.
52
55
53
-
*`entrypoint` - (Required) Main entry point for the current team in the product.
56
+
*`entrypoint` - (Required) Main entry point for the current team in the product.
54
57
See the Entrypoint argument reference section for more information.
55
58
56
59
*`description` - (Optional) A description of the team.
57
60
58
61
*`theme` - (Optional) Colour of the team. Default: "#73A1F7".
59
62
60
-
*`scope_by` - (Optional) Scope for the team. Default: "container".
63
+
*`scope_by` - (Optional) Scope for the team, either "container" or "host". Default: "container". If set to host, Team members can see all Host-level and Container-level information. If set to Container, Team members can see only Container-level information.
61
64
62
-
*`filter` - (Optional) If the team can only see some resources,
63
-
write down a filter of such resources.
64
-
65
-
*`use_sysdig_capture` - (Optional) Defines if the team is able to create Sysdig Capture files.
65
+
*`filter` - (Optional) Use this option to select which Agent Metrics data users of this team can view. Not setting it will allow users to see all Agent Metrics data.
66
+
67
+
*`prometheus_remote_write_metrics_filter` - (Optional) Use this option to select which Prometheus Remote Write data users of this team can view. Not setting it will allow users to see all Prometheus Remote Write data.
68
+
69
+
*`use_sysdig_capture` - (Optional) Defines if the team is able to create Sysdig Capture files.
@@ -99,9 +103,9 @@ In addition to all arguments above, the following attributes are exported:
99
103
100
104
### IBM Cloud Monitoring arguments
101
105
102
-
*`enable_ibm_platform_metrics` - (Optional) Enable platform metrics on IBM Cloud Monitoring.
106
+
*`enable_ibm_platform_metrics` - (Optional) Enable Platform Metrics on IBM Cloud Monitoring.
103
107
104
-
*`ibm_platform_metrics` - (Optional) Define platform metrics on IBM Cloud Monitoring.
108
+
*`ibm_platform_metrics` - (Optional) Use this option to select which Platform Metrics data users of this team can view. Not setting it will allow users to see all Platform Metrics data.
0 commit comments