[8.8] [DOCS] Fix event.values URL template var desc (#163507) (#163650)

Co-authored-by: James Rodewig <james.rodewig@elastic.co>
This commit is contained in:
Kibana Machine 2023-08-10 15:37:06 -04:00 committed by GitHub
parent 222eee3321
commit 2c75c57de9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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