From 433824d515feb68e39b4e712919dc9fae76ee205 Mon Sep 17 00:00:00 2001 From: Stuart Doherty Date: Fri, 2 Feb 2024 14:10:06 -0500 Subject: [PATCH] Data cleanup (#6893) * Data cleanup * Escaping chevrons I think they broke the build. --- source/scale/elasticsearch.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/scale/elasticsearch.rst b/source/scale/elasticsearch.rst index 72ffe8f3d5f..176ad2d7914 100644 --- a/source/scale/elasticsearch.rst +++ b/source/scale/elasticsearch.rst @@ -217,7 +217,7 @@ The following JSON provides an example of a "least privilege" permission set tha "index_permissions": [ { "index_patterns": [ - "t-70907*" + "\*" ], "allowed_actions": [ "indices:admin/get", @@ -245,7 +245,7 @@ A simpler, more flexible, and resilient variant of the above would be: "index_permissions": [ { "index_patterns": [ - "t-70907*" + "\*" ], "allowed_actions": [ "indices:*"