Skip to content

Commit 3bb35ef

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

3 files changed

Lines changed: 3 additions & 3 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

src/datadogV2/model/model_security_monitoring_standard_rule_query.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pub struct SecurityMonitoringStandardRuleQuery {
1717
/// Query extension to append to the logs query.
1818
#[serde(rename = "customQueryExtension")]
1919
pub custom_query_extension: Option<String>,
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
#[serde(rename = "dataSource")]
2222
pub data_source: Option<crate::datadogV2::model::SecurityMonitoringStandardDataSource>,
2323
/// Field for which the cardinality is measured. Sent as an array.

src/datadogV2/model/model_threat_hunting_job_query.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pub struct ThreatHuntingJobQuery {
1414
/// The aggregation type.
1515
#[serde(rename = "aggregation")]
1616
pub aggregation: Option<crate::datadogV2::model::SecurityMonitoringRuleQueryAggregation>,
17-
/// Source of events, either logs, audit trail, or Datadog events.
17+
/// Source of events, either logs, audit trail, or Datadog events. `app_sec_spans` is deprecated in favor of `spans`.
1818
#[serde(rename = "dataSource")]
1919
pub data_source: Option<crate::datadogV2::model::SecurityMonitoringStandardDataSource>,
2020
/// Field for which the cardinality is measured. Sent as an array.

0 commit comments

Comments
 (0)