mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[DOCS] Fix event.values
URL template var desc (#163507)
This commit is contained in:
parent
a8f3a5ac8c
commit
37a53b69cf
2 changed files with 2 additions and 2 deletions
|
@ -659,7 +659,7 @@ Note:
|
|||
|
||||
|
|
||||
| event.values
|
||||
| An array of all cell values for the raw on which the action will execute.
|
||||
| An array of all cell values for the row on which the action will execute. To access a column value, use `{{event.values.[x]}}`, where `x` represents the column number.
|
||||
|
||||
|
|
||||
| event.keys
|
||||
|
|
|
@ -244,7 +244,7 @@ Note:
|
|||
|
||||
|
|
||||
| event.values
|
||||
| An array of all cell values for the raw on which the action will execute.
|
||||
| An array of all cell values for the row on which the action will execute. To access a column value, use `{{event.values.[x]}}`, where `x` represents the column number.
|
||||
|
||||
|
|
||||
| event.keys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue