How to create Snapshot automatically?

Hello.
Is it possible to create a Snapshot automatically?

Thank you.

A snapshot is a http request... Then you need to code or to scrypt and use a scheduler .... I think it is an easy solution :slight_smile: I do in in Windows with the scheduler and a curl command

This is exactly what Elasticsearch Curator was created for. See the Snapshot action. Use it with cron or the Windows scheduler.

Where I must write action: snapshot command?

Can you show it?

Can you show me an example?

The examples are all in the documentation.