RODRIGO MONTENEGRO

Results 4 comments of RODRIGO MONTENEGRO

@cosmo0920 why get_placeholders_time does not return any time placeholder if I set @s3_bucket to "test-%Y" for example? If I set @s3_bucket = "test-%Y-%m-%d" get_placeholders_time return only %d.

The thing is PlaceholderValidator does not allow a timekey larger than a day (https://github.com/fluent/fluentd/blob/master/lib/fluent/plugin/output.rb#L686) so it won't be possible to validate time placeholders for year and month using the validator....

@cosmo0920 I implemented a simple ext_get_placeholders_time only to check if there are time markers (%Y %m %d %H %M %S) in a string. With this I am able to check...

@knight-ni would paste the complete error message here? I can't make it happen here. What is your vsphere version? -- update -- As I said earlier, I was not able...