Send FalconEvent - CrowdStrike/psfalcon GitHub Wiki
Create Falcon LogScale or Falcon NGSIEM events from PSFalcon command results
Uses the pre-defined 'Path' and 'Token' values from 'Register-FalconEventCollector' to create events from the output provided by a PSFalcon command.
Name | Type | Description | Min | Max | Allowed | Pipeline | PipelineByName |
---|---|---|---|---|---|---|---|
Object | Object | PSFalcon command output | X |
Send-FalconEvent [-Object] <Object> [<CommonParameters>]
Once a collector has been defined through Register-FalconEventCollector, any [PSCustomObject]
can be sent to
Falcon LogScale.
Get-FalconHost -Limit 1 -Detailed | Send-FalconEvent
Send-FalconEvent -Object ([PSCustomObject]@{ Example = 'my_string' })
2024-09-03: PSFalcon v2.2.7