Skip to content

Commit 8a37d0d

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

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

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

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

99
/**
10-
* Source of events, either logs, audit trail, or Datadog events.
10+
* Source of events, either logs, audit trail, or Datadog events. `app_sec_spans` is deprecated in favor of `spans`.
1111
*/
1212

1313
export type SecurityMonitoringStandardDataSource =

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

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

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

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

0 commit comments

Comments
 (0)