mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
b0302ff981
commit
f28e743598
2 changed files with 5 additions and 0 deletions
|
@ -98,6 +98,7 @@ describe('reindexService', () => {
|
|||
index: [
|
||||
{
|
||||
names: ['anIndex', `reindexed-v${CURRENT_MAJOR_VERSION}-anIndex`],
|
||||
allow_restricted_indices: true,
|
||||
privileges: ['all'],
|
||||
},
|
||||
{
|
||||
|
@ -121,6 +122,7 @@ describe('reindexService', () => {
|
|||
index: [
|
||||
{
|
||||
names: ['.ml-anomalies', `.reindexed-v${CURRENT_MAJOR_VERSION}-ml-anomalies`],
|
||||
allow_restricted_indices: true,
|
||||
privileges: ['all'],
|
||||
},
|
||||
{
|
||||
|
@ -151,6 +153,7 @@ describe('reindexService', () => {
|
|||
`reindexed-v${CURRENT_MAJOR_VERSION}-anIndex`,
|
||||
'anIndex',
|
||||
],
|
||||
allow_restricted_indices: true,
|
||||
privileges: ['all'],
|
||||
},
|
||||
{
|
||||
|
@ -174,6 +177,7 @@ describe('reindexService', () => {
|
|||
index: [
|
||||
{
|
||||
names: ['.watches', `.reindexed-v${CURRENT_MAJOR_VERSION}-watches`],
|
||||
allow_restricted_indices: true,
|
||||
privileges: ['all'],
|
||||
},
|
||||
{
|
||||
|
|
|
@ -516,6 +516,7 @@ export const reindexServiceFactory = (
|
|||
index: [
|
||||
{
|
||||
names,
|
||||
allow_restricted_indices: true,
|
||||
privileges: ['all'],
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue