From 2c75c57de970e051aa4cbe6f10b959a7201b7eef Mon Sep 17 00:00:00 2001 From: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Date: Thu, 10 Aug 2023 15:37:06 -0400 Subject: [PATCH] [8.8] [DOCS] Fix `event.values` URL template var desc (#163507) (#163650) Co-authored-by: James Rodewig --- docs/user/dashboard/make-dashboards-interactive.asciidoc | 2 +- docs/user/dashboard/url-drilldown.asciidoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user/dashboard/make-dashboards-interactive.asciidoc b/docs/user/dashboard/make-dashboards-interactive.asciidoc index aee1d37507f19..03d48e308f542 100644 --- a/docs/user/dashboard/make-dashboards-interactive.asciidoc +++ b/docs/user/dashboard/make-dashboards-interactive.asciidoc @@ -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 diff --git a/docs/user/dashboard/url-drilldown.asciidoc b/docs/user/dashboard/url-drilldown.asciidoc index d5e0ea6e397f7..4cfad959e2512 100644 --- a/docs/user/dashboard/url-drilldown.asciidoc +++ b/docs/user/dashboard/url-drilldown.asciidoc @@ -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