Meta parameters
Intelie Live supports a set of meta parameters that can change the behavior of any Pipes query.
All the meta parameters listed below can be used in three different ways:
#property=value
on the span of a query.property:value
on the filter of a query=> @meta value as property
on the body of a query
Some meta parameters can also change the behavior of some frontend features. Those parameters can only be used with the @meta
pipe.
Parameter | Type | Since |
| boolean | |
Forces a real time query to run entirely from the storage. | ||
| boolean | |
Allows spans that reference events in future. This implies the query will run entirely on storage (using simulated real time, when necessary). | ||
| boolean | |
Disable span optimization for | ||
| boolean | |
Override query's realtime spec. | ||
| boolean | |
Force query to stay alive after history load even if not required. This attribute has precedence over | ||
| boolean | |
Override query's preload spec. | ||
| boolean | |
Valid only on datasource reset: it determines whether the reset procedure. It should truncate the whole collection before starting the procedure. | ||
| boolean | |
Lazily advance query clock using events only (no tick). | ||
| boolean | |
Disable collection of query stats. | ||
| string | |
Asks Live for more data to the left, without really expanding the span. | ||
| string | |
Asks Live for more data to the right, without really expanding the span. | ||
| integer | |
Asks Live for only a few of the events (it can return a bit more). Example in a span:
| ||
| string | |
Defines the downloaded filename (extension will be added) | ||
| string | |
Defines the minimum severity for a warning to be emitted | ||
| string, seq or map | 2.25.12 |
Replaces the automatic |
Last updated