How to send log from Kinesis Stream to Google chronicle via Lambda Function with log segregation

Hi All,

we are trying to send logs from AWS Kinesis Stream to Google chronicle via Lambda Function.

that Kinesis stream(5 streams) contains logs from multiple sources (Guard duty, winevt etc)

we are trying to segregate the logs based on log types and send it to chronicle SIEM via webhook

can any one help us in this ????????(with supporting documents and links)

Solved Solved
0 5 603
1 ACCEPTED SOLUTION

Hi @hzmndt ,
We have logs from many sources coming into this stream. That's why we opted for using a lambda function. Since we can segregate the logs using an if.. else condition and send logs to Google Chronicle by using a webhook.

Thanks

View solution in original post

5 REPLIES 5