-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
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
Can I get s3 output format like y=2016/m=01/d=25/h=17/M=00 (M=15,M=30,M=45)? #784
Comments
There is no way for now. |
|
@tagomoris From the master, timekey_range is already supported. Can w close this issue? |
Or close after release fluentd v0.14.0.pre2? |
No. There's no way to instantiate & run plugins with new APIs. |
Ah, I see. Okay. |
#912 was merged into master. |
I am being asked to log directly to s3. The requested s3 format would look like s3-bucket/logs/y=2016/m=01/d=25/h=17/M=00/ info.log-xxxx-x
where m=00, m=15, m=30, and m=45.
I can't think of a way of getting this without having four separate match/store blocks. Maybe I am missing something obvious with tags?
The file structure now is currently /mnt/logs/2016/01/25/info.log but it could even change on the file system to /mnt/logs/2016/01/25/h=17/M=15.
Thanks for your help.
The text was updated successfully, but these errors were encountered: