Can I select specific data that I want to fetch from Kinesis Data stream and push to S3?
For now, all the data in the Kinesis stream is being sent to S3.
Also, Is there a way I don’t specify the output stream?
Can I select specific data that I want to fetch from Kinesis Data stream and push to S3?
For now, all the data in the Kinesis stream is being sent to S3.
Also, Is there a way I don’t specify the output stream?
you could try sticking a Lambda function on the enriched stream and parsing out the data you want and writing that to s3
Can I set some field in Snowplow itself?
Or do you have a solution what you’re suggesting? @13scoobie
Also, with logstash filtering works fine, but we are facing json delimiter issue.