We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider the following scenario:
filebeat.yml
filebeat.yml.bak
If the user wants to peruse the contents of their original filebeat.yml, they cannot do that any more.
Perhaps we should add a timestamp portion somewhere in the .bak filename?
.bak
The text was updated successfully, but these errors were encountered:
I will add this, I think that will help since we are still in the beta state.
Sorry, something went wrong.
Add the timestamp when creating the backup file
b9b64b3
Fixes: elastic#10031
Add the timestamp when creating the backup file (#11034)
1342d5f
Fixes: #10031
Successfully merging a pull request may close this issue.
Consider the following scenario:
filebeat.yml
gets backed up asfilebeat.yml.bak
.filebeat.yml
.filebeat.yml
gets backed up asfilebeat.yml.bak
, overwriting their previousfilebeat.yml.bak
.If the user wants to peruse the contents of their original
filebeat.yml
, they cannot do that any more.Perhaps we should add a timestamp portion somewhere in the
.bak
filename?The text was updated successfully, but these errors were encountered: