Guys,
I'm getting this error when executing a rollover action via curator:
Failed to complete action: rollover. <class 'elasticsearch.exceptions.RequestError'>: TransportError(400, 'illegal_argument_exception', '[elasticsearch-master-03][...][indices:admin/rollover]')
My action is like:
actions:
1:
action: rollover
description: >-
Rollover the index associated with index 'name', which should be in the
form of prefix-000001 (or similar), or prefix-YYYY.MM.DD-1.
options:
name: api-search
conditions:
max_age: 1d
Even when I try with --dry-run
the error happens. Anyone know what could be occasioning this?
Thanks