Please provide a sample for removing one alias name from the previous quarter index via curator

In my project we will create index for quarterly basis (i.e 4 indexes per year). I have 2 alias name, one for ingest and another one for search. when a new index is created i want to remove ingest alias alone from previous index why because i want to ingest data to current quarter index but searching should be done in all indexes.Kindly provide the sample yaml file for the same.I'm using curator 5.8. Thanks in advance.

actions:
1:
action: alias
description: >-
Create new index on monthly basis with the template settings and mappings.
options:
name: ''
remove:
filters:
- filtertype: pattern
kind: suffix
value: '<prod-disc-2020.01>'.

I used the above file but i failed, Please help me.

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