Skip to content

Commit 929224f

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Deprecate appsecspans datasource in SecurityMonitoringStandardDataSource (#3713)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent ca1764b commit 929224f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58514,7 +58514,7 @@ components:
5851458514
- TIMESTAMP_DESCENDING
5851558515
SecurityMonitoringStandardDataSource:
5851658516
default: logs
58517-
description: Source of events, either logs, audit trail, or Datadog events.
58517+
description: Source of events, either logs, audit trail, or Datadog events. `app_sec_spans` is deprecated in favor of `spans`.
5851858518
enum:
5851958519
- logs
5852058520
- audit

services/security_monitoring/src/v2/models/SecurityMonitoringStandardDataSource.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { UnparsedObject } from "@datadog/datadog-api-client";
22

33
/**
4-
* Source of events, either logs, audit trail, or Datadog events.
4+
* Source of events, either logs, audit trail, or Datadog events. `app_sec_spans` is deprecated in favor of `spans`.
55
*/
66
export type SecurityMonitoringStandardDataSource =
77
| typeof LOGS

services/security_monitoring/src/v2/models/SecurityMonitoringStandardRuleQuery.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export class SecurityMonitoringStandardRuleQuery {
1616
*/
1717
"customQueryExtension"?: string;
1818
/**
19-
* Source of events, either logs, audit trail, or Datadog events.
19+
* Source of events, either logs, audit trail, or Datadog events. `app_sec_spans` is deprecated in favor of `spans`.
2020
*/
2121
"dataSource"?: SecurityMonitoringStandardDataSource;
2222
/**

services/security_monitoring/src/v2/models/ThreatHuntingJobQuery.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export class ThreatHuntingJobQuery {
1212
*/
1313
"aggregation"?: SecurityMonitoringRuleQueryAggregation;
1414
/**
15-
* Source of events, either logs, audit trail, or Datadog events.
15+
* Source of events, either logs, audit trail, or Datadog events. `app_sec_spans` is deprecated in favor of `spans`.
1616
*/
1717
"dataSource"?: SecurityMonitoringStandardDataSource;
1818
/**

0 commit comments

Comments
 (0)