Say I want to delete my indices in cluster A every 2 hours, while I want to delete the indices in cluster B every 4 hours.
How would I do this without 'hardcoding' the IP address of the node in the curator config.yaml file? This is because all the different clusters will be under the same FQDN, and so putting the FQDN down will not work since Curator will run on all the clusters
Is there an option to apply curator settings to a specific cluster? Or would the only option for me be to apply filter on the type of logs Curator runs on in the action.yaml file?