4cacab01f4
* Use relative aliases for all non-current Grafana aliases Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Remove all current page aliases find docs/sources -type f -name '*.md' -exec sed -z -i 's#\n *- /docs/grafana/latest/[^\n]*\n#\n#' {} \; find docs/sources -type f -name '*.md' -exec sed -Ez -i 's#\n((aliases:\n *-)|aliases:\n)#\n\2#' {} \; Signed-off-by: Jack Baldry <jack.baldry@grafana.com> Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
788 B
788 B
aliases, title, weight
| aliases | title | weight | |
|---|---|---|---|
|
Map a regular expression | 40 |
Map a regular expression
Map a regular expression when you want to format the text and color of a regular expression value.
Before you begin
- [Add a panel to a dashboard]({{< relref "../working-with-panels/add-panel.md" >}}).
To map a regular expression:
- Edit the panel for which you want to map a regular expression.
- In the panel display options, in the Value mappings section, click Add value mappings.
- Click Add a new mapping and then select Regex.
- Enter the regular expression pattern for Grafana to match.
- (Optional) Enter display text.
- (Optional) Set the color.
- Click Update to save the value mapping.