|
I am using awss3 sink to send the logs using vector. However I am trying to figure how to read the logs from s3 for a specific time period, is there a way I can do it. I tried ClickHouse , but it says invalid format. Looks like it didn't like the format the way vector writes to s3. |
Replies: 3 comments 4 replies
The
This depends on your configuration. Especially the source decoder and sink encoder. |
|
@shamj hi, i am using vector to send logs to both s3 and loki but i am facing many issues can you help me out in this for some namespace logs are appearing wait in loki and s3 nearly 30 mins to 1 hr |
|
For anyone interested in this thread:
Marking this answered. |
For anyone interested in this thread:
aws_s3source consumes new S3 object notifications from SQS. It cannot scan existing objects or select them by prefix or time range. Reading historical objects requires an external replay process.Marking this answered.