mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
# Backport This will backport the following commits from `main` to `8.4`: - [[DOCS] Fix `event.values` URL template var desc (#163507)](https://github.com/elastic/kibana/pull/163507) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"James Rodewig","email":"james.rodewig@elastic.co"},"sourceCommit":{"committedDate":"2023-08-10T18:32:55Z","message":"[DOCS] Fix `event.values` URL template var desc (#163507)","sha":"37a53b69cfbce11344103199bb4b751d2313dde8","branchLabelMapping":{"^v8.10.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Presentation","release_note:skip","docs","v8.3.0","v8.4.0","v8.5.0","v8.6.0","v8.7.0","v8.8.0","v8.10.0","v8.9.1"],"number":163507,"url":"https://github.com/elastic/kibana/pull/163507","mergeCommit":{"message":"[DOCS] Fix `event.values` URL template var desc (#163507)","sha":"37a53b69cfbce11344103199bb4b751d2313dde8"}},"sourceBranch":"main","suggestedTargetBranches":["8.3","8.4","8.5","8.6","8.7","8.8","8.9"],"targetPullRequestStates":[{"branch":"8.3","label":"v8.3.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.4","label":"v8.4.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.5","label":"v8.5.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.6","label":"v8.6.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.7","label":"v8.7.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.8","label":"v8.8.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.10.0","labelRegex":"^v8.10.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/163507","number":163507,"mergeCommit":{"message":"[DOCS] Fix `event.values` URL template var desc (#163507)","sha":"37a53b69cfbce11344103199bb4b751d2313dde8"}},{"branch":"8.9","label":"v8.9.1","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: James Rodewig <james.rodewig@elastic.co>
This commit is contained in:
parent
353ea41ef4
commit
a3c7e295fb
2 changed files with 2 additions and 2 deletions
|
@ -615,7 +615,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
|
||||
|
|
|
@ -243,7 +243,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