You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .generator/schemas/v2/openapi.yaml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -43928,6 +43928,7 @@ components:
43928
43928
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`.
43929
43929
The legacy syntax is deprecated and will eventually be removed.
43930
43930
Requires Observability Pipelines Worker 2.11 or later.
43931
+
Only applies to `logs` pipelines. This field is ignored for `metrics` pipelines.
43931
43932
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.
Copy file name to clipboardExpand all lines: packages/datadog-api-client-v2/models/ObservabilityPipelineConfig.ts
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,7 @@ export class ObservabilityPipelineConfig {
40
40
* 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`.
41
41
* The legacy syntax is deprecated and will eventually be removed.
42
42
* Requires Observability Pipelines Worker 2.11 or later.
43
+
* Only applies to `logs` pipelines. This field is ignored for `metrics` pipelines.
43
44
* 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.
0 commit comments