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
Copy file name to clipboardExpand all lines: content/en/security/workload_protection/workload_security_rules/custom_rules.md
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,23 @@ You can create and deploy different custom policies containing rules you want to
38
38
7. Add tags to the policy to target specific infrastructure.
39
39
8. To deploy the policy, toggle the switch next to **Policy is disabled** and confirm.
40
40
41
-
### Conflicting Rules
41
+
### Pin a Datadog-managed policy to its current version
42
+
43
+
<divclass="alert alert-info">Policy pinning is supported in Agent version 7.71.0 and later. Previous Agents will continue to receive the latest policy updates automatically.</div>
44
+
45
+
When Datadog-managed policies are updated by Datadog, they are automatically deployed to your infrastructure.
46
+
47
+
To control when a new policy version is deployed to your infrastructure, you can pin the policy to its current version. Pinning a policy version prevents policy updates from being automatically rolled out when Datadog releases a new policy version.
48
+
49
+
To pin a policy, do the following:
50
+
51
+
1. Go to [Policies][3].
52
+
2. Click a Datadog-managed policy.
53
+
3. In **Version**, click the pin option.
54
+
If your infrastructure is running Agents below version 7.71.0, an outdated agents warning appears. View and upgrade your Agent version in [Fleet Automation][19].
55
+
4. Click **Pin**. To unpin the policy version, click the pin option again.
56
+
57
+
### Conflicting rules
42
58
43
59
When two policies deployed to the same host contain the same rule with a different status, the most severe aciton will be taken (Blocking > Monitoring > Disabled).
44
60
@@ -238,3 +254,4 @@ You can also disable a rule by setting the **Then...** section of a rule to **Do
0 commit comments