Skip to content

Commit c74c968

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

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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

lib/datadog_api_client/v2/models/security_monitoring_standard_data_source.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
require 'time'
1818

1919
module DatadogAPIClient::V2
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
class SecurityMonitoringStandardDataSource
2222
include BaseEnumModel
2323

lib/datadog_api_client/v2/models/security_monitoring_standard_rule_query.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class SecurityMonitoringStandardRuleQuery
2727
# Query extension to append to the logs query.
2828
attr_accessor :custom_query_extension
2929

30-
# Source of events, either logs, audit trail, or Datadog events.
30+
# Source of events, either logs, audit trail, or Datadog events. `app_sec_spans` is deprecated in favor of `spans`.
3131
attr_accessor :data_source
3232

3333
# Field for which the cardinality is measured. Sent as an array.

lib/datadog_api_client/v2/models/threat_hunting_job_query.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class ThreatHuntingJobQuery
2424
# The aggregation type.
2525
attr_accessor :aggregation
2626

27-
# Source of events, either logs, audit trail, or Datadog events.
27+
# Source of events, either logs, audit trail, or Datadog events. `app_sec_spans` is deprecated in favor of `spans`.
2828
attr_accessor :data_source
2929

3030
# Field for which the cardinality is measured. Sent as an array.

0 commit comments

Comments
 (0)