Scope of the Alerts
API: EDR or SIEM?
#1268
-
We are currently integrating with Crowdstrike using the Any thoughts ? Cheers |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Further digging: this documentation suggest I should be able to find alerts with product |
Beta Was this translation helpful? Give feedback.
-
Hi @antoinemzs thanks for the question! As you've mentioned, a call to As far as generating these events, my suggestion would be to use a correlation rule to generate some detections from a search. This process is documented here Once the rules are set up and you see them in the UI under the NGSIEM detections dashboard, the corresponding events will also be in the API for your usage. Let us know with any questions! |
Beta Was this translation helpful? Give feedback.
Hi @antoinemzs thanks for the question!
As you've mentioned, a call to
query_alerts_v2
can return IDs generated from various products. One of these is NGSIEM which employs a filter like thisfilter=product:'ngsiem'
As far as generating these events, my suggestion would be to use a correlation rule to generate some detections from a search. This process is documented here
Once the rules are set up and you see them in the UI under the NGSIEM detections dashboard, the corresponding events will also be in the API for your usage.
Let us know with any questions!