Send FalconEvent - CrowdStrike/psfalcon GitHub Wiki

Send-FalconEvent

SYNOPSIS

Create Falcon LogScale events from PSFalcon command results

DESCRIPTION

Uses the pre-defined 'Path' and 'Token' values from 'Register-FalconEventCollector' to create events from the output provided by a PSFalcon command.

PARAMETERS

Name Type Description Min Max Allowed Pipeline PipelineByName
Object Object PSFalcon command output X

SYNTAX

Send-FalconEvent [-Object] <Object> [<CommonParameters>]

USAGE

Send objects to Falcon LogScale

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' })

2023-04-25: PSFalcon v2.2.5

⚠️ **GitHub.com Fallback** ⚠️