Hi All,
I have a question: Is it possible to send data from a single source to two different locations? For example, I have a CrowdStrike source and I want to send logs to Chronicle while also saving them in an S3 bucket, or alternatively, send them to another location via Kinesis. Is this possible?
Thank you in advance.
Aravind S
Solved! Go to Solution.
Hi @Aravind3
I think it could be easier to do so if you have Data Firehose, There is no direct Chronicle SIEM ingestion from Kinesis, but with Data Firehose you could define multiple destinations and it is supported by Chronicle SIEM, but this could be more costly.
Is it possible to use Falcon Data Replicator to send an S3 Bucket A, then use native S3 Bucket replication instead to replicate the same data to another S3 Bucket B but let Chronicle ingest from only one of them ? Or can you use the Replicator to send data to an S3 Bucket but ingest the logs from Chronicle SIEM via the API ?
References:
https://docs.aws.amazon.com/firehose/latest/dev/create-destination.html
https://cloud.google.com/chronicle/docs/administration/feed-management-overview
Thanks,
Hafez
The BindPlane agent (Collector agent) is capable of doing this: https://cloud.google.com/chronicle/docs/ingestion/use-bindplane-agent
https://observiq.com/docs/getting-started/quickstart-guide
There is still working in progress and documentation to be provided for how this would really work.
Yes, it is possible to send data from a single source to multiple destinations. For your specific case with CrowdStrike, you can achieve this by setting up data pipelines that route the logs to both Chronicle and an S3 bucket, or to another location via Kinesis.
CrowdStrike to Chronicle:
CrowdStrike to S3 Bucket:
CrowdStrike to Kinesis:
By setting up these pipelines, you can ensure that your logs are sent to multiple destinations efficiently.
Hi @aki_ja-7 ,
Thank you for the revert.
Is it possible to send logs one path to chronicle and other path to another location via Kinesis.
I was wonder the one stream won't know right whether the other path exist or not right?
Thanks,
Aravind
Hi @Aravind3
I think it could be easier to do so if you have Data Firehose, There is no direct Chronicle SIEM ingestion from Kinesis, but with Data Firehose you could define multiple destinations and it is supported by Chronicle SIEM, but this could be more costly.
Is it possible to use Falcon Data Replicator to send an S3 Bucket A, then use native S3 Bucket replication instead to replicate the same data to another S3 Bucket B but let Chronicle ingest from only one of them ? Or can you use the Replicator to send data to an S3 Bucket but ingest the logs from Chronicle SIEM via the API ?
References:
https://docs.aws.amazon.com/firehose/latest/dev/create-destination.html
https://cloud.google.com/chronicle/docs/administration/feed-management-overview
Thanks,
Hafez
This is great! A lot of good suggestions here!