TransportError when executing rollover action via curator

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 :smile:

Illegal argument? And the name of a master node? Is the cluster healthy? Is there any more log data? A 400 error is definitely telling you the API call is rejected due to something being malformed. Without more context, I don't think I can guess at the answer.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.