mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 01:02:42 +08:00
Transformations: Add time filtering to filter by value (#101591)
* WIP - time filtering * Replace variable test * Change tests * Validator is already tested * Change test to match evaluation * Add line to docs * Revert "Add line to docs" This reverts commit 783f247c33e854e00a72a42c5d04eee3aa923a5a. * Put transformations docs update in the right place, cannot build without an update, WIP * Run build * Use regex test and rewind * Does this help * make config optional
This commit is contained in:
@ -461,13 +461,13 @@ The available conditions for string fields are:
|
||||
- **Contains substring** - Match if the value contains the specified substring (case insensitive).
|
||||
- **Does not contain substring** - Match if the value doesn't contain the specified substring (case insensitive).
|
||||
|
||||
The available conditions for number fields are:
|
||||
The available conditions for number and time fields are:
|
||||
|
||||
- **Greater** - Match if the value is greater than the specified value.
|
||||
- **Lower** - Match if the value is lower than the specified value.
|
||||
- **Greater or equal** - Match if the value is greater or equal.
|
||||
- **Lower or equal** - Match if the value is lower or equal.
|
||||
- **Range** - Match a range between a specified minimum and maximum, min and max included.
|
||||
- **Range** - Match a range between a specified minimum and maximum, min and max included. A time field will pre-populate with variables to filter by selected time.
|
||||
|
||||
Consider the following dataset:
|
||||
|
||||
|
Reference in New Issue
Block a user