Skip to content

Cloud SIEM Detection test #30512

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions config/_default/menus/main.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5966,6 +5966,11 @@ menu:
parent: cloud_siem
identifier: cloud_siem_detection_rules
weight: 2
- name: Threshold
url: security/cloud_siem/detection_rules/threshold
parent: cloud_siem_detection_rules
identifier: cloud_siem_detection_threshold
weight: 20300
- name: Signal Correlation Rules
url: security/cloud_siem/detection_rules/signal_correlation_rules
parent: cloud_siem_detection_rules
Expand Down
79 changes: 79 additions & 0 deletions content/en/security/cloud_siem/detection_rules/threshold.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
---
title: Threshold Detection Method
disable_toc: false
---

## Overview

TKTK

## How the threshold detection method works

TKTK

## When to use the threshold detection rule

TKTK

## Create a rule

To create a threshold detection rule or job:

1. Navigate to the [Detection Rules][1] page and click **+ New Rule**.
1. Select whether you want to create a **Real-Time Rule**, **Scheduled Rule** or a **Historical Job**.
1. Leave the **Threshold** option as the selected detection method.

{{< tabs >}}
{{% tab "Real-time rule" %}}

### Define search queries

TKTK

### Set conditions

TKTK

### Describe your playbook

TKTK

### Create a suppression

TKTK

{{% /tab %}}
{{% tab "Scheduled rule" %}}

### Define search queries

TKTK

### Add custom schedule

TKTK

### Describe your playbook

TKTK

{{% /tab %}}
{{% tab "Historical job" %}}

### Define search queries

TKTK

### Notify when job is complete

TKTK

### Describe your playbook

TKTK


{{% /tab %}}
{{< /tabs >}}

[1]: https://app.datadoghq.com/security/configuration/siem/rules
Loading