Click here to view the original link.
Hey, can anyone give me a pointer on what I may be missing in my S3 path. I have an s3 destination and am setting up a s3 source to "rehydrate" logs. I used the destination to populate the source as recommended and copied over the same partition expression I have in the destination but am not getting any results back. It is consistently being written to. Destination configurations - Bucket Name: archive path:
palo_alto/${C.Time.strftime(Date.now()/1000, '%Y-%m-%d-%H:%M')}
File name prefix expression: CriblOut
File name suffix expression: .${__format}${__compression === "gzip" ? ".gz" : ""}
Example from on premise s3 storage: /palo_alto/2026-04-07-00:01/CriblOut-zsf3kU.json.gz
Source configurations:
Bucket name: archive
Path: palo_alto/${%Y-%m-%d-%H:%M}/${*}
I've tried the path with and without the last subdirectory /${*}
I've tried with relative time range and absolute time range that I've validated existed in storage.