1
0
mirror of synced 2025-12-22 03:16:52 -05:00

be more explicit about potential alias updates (#31214)

This commit is contained in:
Peter Bengtsson
2022-09-27 22:41:21 +02:00
committed by GitHub
parent 51a81f9dcf
commit ff533e4ea3

View File

@@ -336,7 +336,7 @@ async function indexVersion(
console.log('Deleting index', index.index)
}
}
console.log('Updating alias actions:', aliasUpdates)
await client.indices.updateAliases({ body: { actions: aliasUpdates } })
}