Hi,
I want Elasticsearch snapshots named with date in english and date in numerals when they are created.
With the following template snapshot_MMYYYY_foo
Something like this: snapshot_nov2021_foo
How this can be done?
As far as reading the documentation goes, i know i can do something like
<snapshot_{now{MM-yyyy}}_foo>
But that will give me 'snapshot_11-2021_foo',and not 'snapshot_nov2021_foo'
Please advice.
Regards