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
description: '**Warning**: Use this field only when migrating existing pipelines
37921
+
from the legacy search syntax to the new search syntax.
37922
+
37923
+
Requires Observability Pipelines Worker version 2.11 or later.
37924
+
37925
+
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/)
Copy file name to clipboardExpand all lines: lib/datadog_api_client/v2/models/observability_pipeline_config.rb
+15-3Lines changed: 15 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,11 @@ class ObservabilityPipelineConfig
38
38
# A list of configured data sources for the pipeline.
39
39
attr_reader:sources
40
40
41
+
# **Warning**: Use this field only when migrating existing pipelines from the legacy search syntax to the new search syntax.
42
+
# Requires Observability Pipelines Worker version 2.11 or later.
43
+
# 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.
44
+
attr_accessor:use_legacy_search_syntax
45
+
41
46
attr_accessor:additional_properties
42
47
43
48
# Attribute mapping from ruby-style variable name to JSON key.
0 commit comments