Skip to content
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

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -795,19 +795,6 @@ Feature: Security Monitoring
And the response "message" is equal to "test"
And the response "options.detectionMethod" is equal to "impossible_travel"

@skip-validation @team:DataDog/cloud-siem
Scenario: Create a detection rule with type 'signal_correlation' returns "OK" response
Given there is a valid "security_rule" in the system
And there is a valid "security_rule_bis" in the system
And new "CreateSecurityMonitoringRule" request
And body with value {"name":"{{ unique }}_signal_rule", "queries":[{"ruleId":"{{ security_rule.id }}","aggregation":"event_count","correlatedByFields":["host"],"correlatedQueryIndex":1}, {"ruleId":"{{ security_rule_bis.id }}","aggregation":"event_count","correlatedByFields":["host"]}],"filters":[],"cases":[{"name":"","status":"info","condition":"a > 0 && b > 0","notifications":[]}],"options":{"evaluationWindow":900,"keepAlive":3600,"maxSignalDuration":86400},"message":"Test signal correlation rule","tags":[],"isEnabled":true, "type": "signal_correlation"}
When the request is sent
Then the response status is 200 OK
And the response "name" is equal to "{{ unique }}_signal_rule"
And the response "type" is equal to "signal_correlation"
And the response "message" is equal to "Test signal correlation rule"
And the response "isEnabled" is equal to true

@skip-validation @team:DataDog/cloud-siem
Scenario: Create a detection rule with type 'workload_security' returns "OK" response
Given new "CreateSecurityMonitoringRule" request
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9359,13 +9359,6 @@
"scenario": "Create a detection rule with type 'impossible_travel' returns \"OK\" response",
"version": "v2"
},
{
"feature": "Security Monitoring",
"feature_file": "../../com/datadog/api/client/v2/api/security_monitoring.feature",
"file": "v2/security-monitoring/create-a-detection-rule-with-type-signal-correlation-returns-ok-response.json",
"scenario": "Create a detection rule with type 'signal_correlation' returns \"OK\" response",
"version": "v2"
},
{
"feature": "Security Monitoring",
"feature_file": "../../com/datadog/api/client/v2/api/security_monitoring.feature",
Expand Down

This file was deleted.

Loading
Loading