Skip to content

Commit

Permalink
Data cleanup (#6893)
Browse files Browse the repository at this point in the history
* Data cleanup

* Escaping chevrons

I think they broke the build.
  • Loading branch information
sadohert authored Feb 2, 2024
1 parent 1e76aff commit 433824d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/scale/elasticsearch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ The following JSON provides an example of a "least privilege" permission set tha
"index_permissions": [
{
"index_patterns": [
"t-70907*"
"\<IndexPrefix\>*"
],
"allowed_actions": [
"indices:admin/get",
Expand Down Expand Up @@ -245,7 +245,7 @@ A simpler, more flexible, and resilient variant of the above would be:
"index_permissions": [
{
"index_patterns": [
"t-70907*"
"\<IndexPrefix\>*"
],
"allowed_actions": [
"indices:*"
Expand Down

0 comments on commit 433824d

Please sign in to comment.