Kafka (Key-Value) > Logstash > S3

Hi,
I am new to Logstash. I have requirement to store streaming logs in S3 bucket based on the OrderId. One OrderId will have separate log file for itself. To reduce the load from server we thought of using Kafka and LogStash for this.
I am able to store Key Value pairs, where Key represents OrderId and Key can have multiple values. Now I need to get these values to be stored sequentially on S3 Bucket in a file named as Key. Please let me know how I can fulfill this requirement?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.