Skip to content

Commit eaaf37a

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Security Monitoring Rule - Deprecate "filters" field for some rule types (#1590)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent f2f6c8b commit eaaf37a

7 files changed

+19
-14
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2024-04-03 15:02:06.517149",
8-
"spec_repo_commit": "e8144990"
7+
"regenerated": "2024-04-04 17:56:36.285390",
8+
"spec_repo_commit": "bf950df2"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-04-03 15:02:06.535076",
13-
"spec_repo_commit": "e8144990"
12+
"regenerated": "2024-04-04 17:56:36.306538",
13+
"spec_repo_commit": "bf950df2"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17283,7 +17283,8 @@ components:
1728317283
$ref: '#/components/schemas/CloudConfigurationRuleComplianceSignalOptions'
1728417284
filters:
1728517285
description: Additional queries to filter matched events before they are
17286-
processed.
17286+
processed. This field is deprecated for log detection, signal correlation,
17287+
and workload security rules.
1728717288
items:
1728817289
$ref: '#/components/schemas/SecurityMonitoringFilter'
1728917290
type: array
@@ -17531,7 +17532,8 @@ components:
1753117532
type: array
1753217533
filters:
1753317534
description: Additional queries to filter matched events before they are
17534-
processed.
17535+
processed. This field is deprecated for log detection, signal correlation,
17536+
and workload security rules.
1753517537
items:
1753617538
$ref: '#/components/schemas/SecurityMonitoringFilter'
1753717539
type: array
@@ -17633,7 +17635,8 @@ components:
1763317635
type: integer
1763417636
filters:
1763517637
description: Additional queries to filter matched events before they are
17636-
processed.
17638+
processed. This field is deprecated for log detection, signal correlation,
17639+
and workload security rules.
1763717640
items:
1763817641
$ref: '#/components/schemas/SecurityMonitoringFilter'
1763917642
type: array
@@ -17912,7 +17915,8 @@ components:
1791217915
type: array
1791317916
filters:
1791417917
description: Additional queries to filter matched events before they are
17915-
processed.
17918+
processed. This field is deprecated for log detection, signal correlation,
17919+
and workload security rules.
1791617920
items:
1791717921
$ref: '#/components/schemas/SecurityMonitoringFilter'
1791817922
type: array
@@ -18039,7 +18043,8 @@ components:
1803918043
type: integer
1804018044
filters:
1804118045
description: Additional queries to filter matched events before they are
18042-
processed.
18046+
processed. This field is deprecated for log detection, signal correlation,
18047+
and workload security rules.
1804318048
items:
1804418049
$ref: '#/components/schemas/SecurityMonitoringFilter'
1804518050
type: array

packages/datadog-api-client-v2/models/SecurityMonitoringRuleUpdatePayload.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export class SecurityMonitoringRuleUpdatePayload {
2525
*/
2626
"complianceSignalOptions"?: CloudConfigurationRuleComplianceSignalOptions;
2727
/**
28-
* Additional queries to filter matched events before they are processed.
28+
* Additional queries to filter matched events before they are processed. This field is deprecated for log detection, signal correlation, and workload security rules.
2929
*/
3030
"filters"?: Array<SecurityMonitoringFilter>;
3131
/**

packages/datadog-api-client-v2/models/SecurityMonitoringSignalRuleCreatePayload.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export class SecurityMonitoringSignalRuleCreatePayload {
2020
*/
2121
"cases": Array<SecurityMonitoringRuleCaseCreate>;
2222
/**
23-
* Additional queries to filter matched events before they are processed.
23+
* Additional queries to filter matched events before they are processed. This field is deprecated for log detection, signal correlation, and workload security rules.
2424
*/
2525
"filters"?: Array<SecurityMonitoringFilter>;
2626
/**

packages/datadog-api-client-v2/models/SecurityMonitoringSignalRuleResponse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export class SecurityMonitoringSignalRuleResponse {
3232
*/
3333
"deprecationDate"?: number;
3434
/**
35-
* Additional queries to filter matched events before they are processed.
35+
* Additional queries to filter matched events before they are processed. This field is deprecated for log detection, signal correlation, and workload security rules.
3636
*/
3737
"filters"?: Array<SecurityMonitoringFilter>;
3838
/**

packages/datadog-api-client-v2/models/SecurityMonitoringStandardRuleCreatePayload.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export class SecurityMonitoringStandardRuleCreatePayload {
2121
*/
2222
"cases": Array<SecurityMonitoringRuleCaseCreate>;
2323
/**
24-
* Additional queries to filter matched events before they are processed.
24+
* Additional queries to filter matched events before they are processed. This field is deprecated for log detection, signal correlation, and workload security rules.
2525
*/
2626
"filters"?: Array<SecurityMonitoringFilter>;
2727
/**

packages/datadog-api-client-v2/models/SecurityMonitoringStandardRuleResponse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export class SecurityMonitoringStandardRuleResponse {
3838
*/
3939
"deprecationDate"?: number;
4040
/**
41-
* Additional queries to filter matched events before they are processed.
41+
* Additional queries to filter matched events before they are processed. This field is deprecated for log detection, signal correlation, and workload security rules.
4242
*/
4343
"filters"?: Array<SecurityMonitoringFilter>;
4444
/**

0 commit comments

Comments
 (0)