legacy
Provides a compatibility fallback to TQL1 pipelines.
legacy definition:string
Migrate to TQL2
The legacy
operator is deprecated and will be removed in a future release.
TQL1 features will be removed as-needed without further notice.
Description
Section titled “Description”This operator takes a TQL1 pipeline as a string and evaluates it.
definition: string
Section titled “definition: string”The TQL1 pipeline to evaluate.
Examples
Section titled “Examples”Use the legacy chart operator
Section titled “Use the legacy chart operator”summarize ts, count()legacy "chart area"