Hi,
How to have a dynamic path which includes record accessor from the parsed record and have timestamps in the blob path, can anyone please guide
For example,
For the following record generated at
2021-03-01T09:28:33.378Z
{serviceName: "xyz", text: "hello"}
should go to xyz/2021/03/01/09
where
xyz -> serviceName from the parsed record
2021 -> year
03 -> month
01 -> day
09 -> hour
my config was
path staging-test/$f_s/%Y/%m/%H
Can anyone guide me to achieve the following, thanks in advance