Schedule snapshot

hi, how can I schedule a snapshot to backup everyday (not from dashboards)
I tried this but it’s not working:
{
“schedule”: “0 0 */1 * * ?”,
“name”: “kibana-snapshot-schedule”,
“repository”: “snapshot-gcs-repository”,
“config”: {
“indices”: “.kibana_1”
}
}

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