[DOCS] Fixes typo in Kibana create role example (#25345)

This commit is contained in:
Lisa Cawley 2018-11-08 08:54:35 -08:00 committed by GitHub
parent c79fac22fa
commit 1c86dbdd9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,7 @@ PUT /api/security/role/my_kibana_role
"grant" : [ "title", "body" ] "grant" : [ "title", "body" ]
}, },
"query" : "{\"match\": {\"title\": \"foo\"}}" "query" : "{\"match\": {\"title\": \"foo\"}}"
} ], } ]
}, },
"kibana": { "kibana": {
"global": ["all"] "global": ["all"]