mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[6.x] Add new allow_restricted_indices
field to the expected roles response result. (#29057)
This commit is contained in:
parent
c2c0fb9444
commit
8674d18358
1 changed files with 2 additions and 0 deletions
|
@ -56,6 +56,7 @@ export default function ({ getService }) {
|
|||
{
|
||||
names: ['logstash-*'],
|
||||
privileges: ['read', 'view_index_metadata'],
|
||||
allow_restricted_indices: false,
|
||||
field_security: {
|
||||
grant: ['*'],
|
||||
except: ['geo.*']
|
||||
|
@ -154,6 +155,7 @@ export default function ({ getService }) {
|
|||
{
|
||||
names: ['logstash-*'],
|
||||
privileges: ['read', 'view_index_metadata'],
|
||||
allow_restricted_indices: false,
|
||||
field_security: {
|
||||
grant: ['*'],
|
||||
except: ['geo.*']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue