Skip to content

Commit 333aa2a

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
[obs_pipelines] Clarify use_legacy_search_syntax only applies to logs pipelines (#3951)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent c9fecb9 commit 333aa2a

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.generator/schemas/v2/openapi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44118,6 +44118,7 @@ components:
4411844118
Set to `true` to continue using the legacy search syntax while migrating filter queries. After migrating all queries to the new syntax, set to `false`.
4411944119
The legacy syntax is deprecated and will eventually be removed.
4412044120
Requires Observability Pipelines Worker 2.11 or later.
44121+
Only applies to `logs` pipelines. This field is ignored for `metrics` pipelines.
4412144122
See [Upgrade Your Filter Queries to the New Search Syntax](https://docs.datadoghq.com/observability_pipelines/guide/upgrade_your_filter_queries_to_the_new_search_syntax/) for more information.
4412244123
type: boolean
4412344124
required:

api/datadogV2/model_observability_pipeline_config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ type ObservabilityPipelineConfig struct {
2828
// Set to `true` to continue using the legacy search syntax while migrating filter queries. After migrating all queries to the new syntax, set to `false`.
2929
// The legacy syntax is deprecated and will eventually be removed.
3030
// Requires Observability Pipelines Worker 2.11 or later.
31+
// Only applies to `logs` pipelines. This field is ignored for `metrics` pipelines.
3132
// See [Upgrade Your Filter Queries to the New Search Syntax](https://docs.datadoghq.com/observability_pipelines/guide/upgrade_your_filter_queries_to_the_new_search_syntax/) for more information.
3233
UseLegacySearchSyntax *bool `json:"use_legacy_search_syntax,omitempty"`
3334
// UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct

0 commit comments

Comments
 (0)