-
Notifications
You must be signed in to change notification settings - Fork 25.9k
Automatic snapshot naming #7939
Copy link
Copy link
Closed
Labels
:Distributed/Snapshot/RestoreAnything directly related to the `_snapshot/*` APIsAnything directly related to the `_snapshot/*` APIs>enhancementgood first issuelow hanging fruitlow hanging fruithelp wantedadoptmeadoptmev6.4.0v7.0.0-beta1
Metadata
Metadata
Assignees
Labels
:Distributed/Snapshot/RestoreAnything directly related to the `_snapshot/*` APIsAnything directly related to the `_snapshot/*` APIs>enhancementgood first issuelow hanging fruitlow hanging fruithelp wantedadoptmeadoptmev6.4.0v7.0.0-beta1
Type
Fields
Give feedbackNo fields configured for issues without a type.
It would be useful if Elasticsearch could generate automatic snapshot names. This would be a POST to the repository instead of a PUT to a snapshot name.
The name could be generated by incrementing a number (
1,2,3, etc), getting the current timestamp, or generating a flake id.To organize snapshots in a repository, the POST action could accept a prefix parameter.