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! Go to 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