-
Notifications
You must be signed in to change notification settings - Fork 25.5k
Closed
Labels
:ml/TransformTransformTransform>bugTeam:MLMeta label for the ML teamMeta label for the ML teamv8.18.0
Description
Elasticsearch Version
8.18
Installed Plugins
No response
Java Version
bundled
OS Version
22.04.1-Ubuntu
Problem Description
If the user deletes the notification index .transform-notifications-*
, the auditor fails with no such index [.transform-notifications-write] and [require_alias] request flag is [true] and [.transform-notifications-write] is not an alias
Steps to Reproduce
- Create and start transform
- Delete notification index:
es.indices.delete(index=".transform-notifications-000002")
- Index more documents
The auditor will begin failing to write new transform messages
Logs (if relevant)
No response
Metadata
Metadata
Assignees
Labels
:ml/TransformTransformTransform>bugTeam:MLMeta label for the ML teamMeta label for the ML teamv8.18.0