Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58514,7 +58514,7 @@ components:
- TIMESTAMP_DESCENDING
SecurityMonitoringStandardDataSource:
default: logs
description: Source of events, either logs, audit trail, or Datadog events.
description: Source of events, either logs, audit trail, or Datadog events. `app_sec_spans` is deprecated in favor of `spans`.
enum:
- logs
- audit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
require 'time'

module DatadogAPIClient::V2
# Source of events, either logs, audit trail, or Datadog events.
# Source of events, either logs, audit trail, or Datadog events. `app_sec_spans` is deprecated in favor of `spans`.
class SecurityMonitoringStandardDataSource
include BaseEnumModel

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class SecurityMonitoringStandardRuleQuery
# Query extension to append to the logs query.
attr_accessor :custom_query_extension

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

# Field for which the cardinality is measured. Sent as an array.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class ThreatHuntingJobQuery
# The aggregation type.
attr_accessor :aggregation

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

# Field for which the cardinality is measured. Sent as an array.
Expand Down
Loading