Skip to content

Register FalconEventCollector

bk-cs edited this page Jan 17, 2023 · 21 revisions

Register-FalconEventCollector

SYNOPSIS

Define Falcon LogScale ingestion endpoint and token for logging

DESCRIPTION

Once configured, the Falcon LogScale destination can be used by PSFalcon but the module will not send events to Falcon LogScale until 'Enable' options are chosen. 'Remove-FalconEventCollector' can be used to remove a configured destination and stop the transmission of events.

PARAMETERS

Name Type Min Max Allowed Pipeline PipelineByName Description
Uri Uri X Falcon LogScale cloud
Token String X Falcon LogScale ingestion token
Enable String[] responses
requests
X Define events to send to the collector

SYNTAX

Register-FalconEventCollector [-Uri] <Uri> [-Token] <String> [[-Enable] <String[]>] [<CommonParameters>]

USAGE

2023-01-17: PSFalcon v2.2.4

Clone this wiki locally