mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
2865f6dbe5
commit
2209bdf257
2 changed files with 5 additions and 0 deletions
|
@ -96,6 +96,7 @@ describe('reindexService', () => {
|
|||
index: [
|
||||
{
|
||||
names: ['anIndex', `reindexed-v${CURRENT_MAJOR_VERSION}-anIndex`],
|
||||
allow_restricted_indices: true,
|
||||
privileges: ['all'],
|
||||
},
|
||||
{
|
||||
|
@ -119,6 +120,7 @@ describe('reindexService', () => {
|
|||
index: [
|
||||
{
|
||||
names: ['.ml-anomalies', `.reindexed-v${CURRENT_MAJOR_VERSION}-ml-anomalies`],
|
||||
allow_restricted_indices: true,
|
||||
privileges: ['all'],
|
||||
},
|
||||
{
|
||||
|
@ -149,6 +151,7 @@ describe('reindexService', () => {
|
|||
`reindexed-v${CURRENT_MAJOR_VERSION}-anIndex`,
|
||||
'anIndex',
|
||||
],
|
||||
allow_restricted_indices: true,
|
||||
privileges: ['all'],
|
||||
},
|
||||
{
|
||||
|
@ -172,6 +175,7 @@ describe('reindexService', () => {
|
|||
index: [
|
||||
{
|
||||
names: ['.watches', `.reindexed-v${CURRENT_MAJOR_VERSION}-watches`],
|
||||
allow_restricted_indices: true,
|
||||
privileges: ['all'],
|
||||
},
|
||||
{
|
||||
|
|
|
@ -483,6 +483,7 @@ export const reindexServiceFactory = (
|
|||
index: [
|
||||
{
|
||||
names,
|
||||
allow_restricted_indices: true,
|
||||
privileges: ['all'],
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue