Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 65a98df

Browse files
committed
rephrase and add table
1 parent e8518f0 commit 65a98df

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

content/en/security_platform/cloud_siem/log_detection_rules.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -264,13 +264,18 @@ A signal closes regardless of the query being matched once the time exceeds the
264264
{{% /tab %}}
265265
{{< /tabs >}}
266266

267-
### Dynamic Criticality
267+
### Dynamic criticality
268268

269-
If `dynamic criticality` is set to `true`, signals in non-production environments have a lower severity than what is defined by the rule case, which can reduce signal noise.
269+
One way to decrease signal noise is to prioritize production environment signals over non-production environment signals. Select the `Decrease severity for non-production environments` checkbox to decrease the severity of signals in non-production environments by one level from what is defined by the rule case.
270270

271-
The severity is decreased by one level: `CRITICAL` in production becomes `HIGH` in non-production, `HIGH` becomes `MEDIUM` and so on. `INFO` remains `INFO`.
271+
| Signal Severity in Production Environment| Signal Severity in Non-production Environment|
272+
| ---------------------------------------- | -------------------------------------------- |
273+
| Critical | High |
274+
| High | Medium |
275+
| Medium | Info |
276+
| Info | Info |
272277

273-
The decrement is applied when the environment tag of the signal starts with `staging`, `test` or `dev`.
278+
The severity decrement is applied to signals with an environment tag starting with `staging`, `test` or `dev`.
274279

275280
## Say what's happening
276281

0 commit comments

Comments
 (0)