You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Logstash with the s3 input plugin to copy and rename incoming files.
I want to use the time when logstash picks up the file as a prefix of the new filename.
I am using Logstash with the s3 input plugin to copy and rename incoming files.
I want to use the time when logstash picks up the file as a prefix of the new filename.
the current result is:
test.txt is coming in, logstash picks it up and puts it in the same folder as %{+yyyy.MM.dd.HH}test.txt
Is there a way to make backup_add_prefix use the current date?
The text was updated successfully, but these errors were encountered: