Ingestion pipelines for new indices created everyday

I have new indices created on the cluster every day.
I want to take all my docs through an ingestion pipeline.
But as new indices get created automatically as date changes ( index name example:cwl-12.12.2022), how can I write set a default ingestion pipeline to all new indices getting created as well ??

Thank you