From e6608439da6f57fa371e93e81b35f0f61aabfc6c Mon Sep 17 00:00:00 2001 From: gchaps Date: Thu, 8 Nov 2018 13:10:09 -0800 Subject: [PATCH] [DOCS] Updates information regarding usage of sample data indices --- docs/getting-started/tutorial-sample-data.asciidoc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/getting-started/tutorial-sample-data.asciidoc b/docs/getting-started/tutorial-sample-data.asciidoc index 7eb46bd26b900..d064f41c65073 100644 --- a/docs/getting-started/tutorial-sample-data.asciidoc +++ b/docs/getting-started/tutorial-sample-data.asciidoc @@ -25,8 +25,7 @@ In this tutorial, you’ll learn to: * Edit a visualization * Inspect the data behind the scenes -NOTE: If security is enabled, you must have the `all` Kibana privilege. -You must also have access to the `kibana_sample_data_flights` index with -the `read`, `write,` and `manage` privileges. See {xpack-ref}/security-privileges.html[Security Privileges] +NOTE: If security is enabled, you must have `read`, `write`, and `manage` privileges +on the `kibana_sample_data_*` indices. See {xpack-ref}/security-privileges.html[Security Privileges] for more information.