Skip to content

Register FalconEventCollector

bk-cs edited this page Mar 24, 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

Configure a Falcon LogScale collector

The Enable parameter is optional and will configure PSFalcon to send requests or responses to Falcon LogScale as they occur.

The Token parameter expects your Falcon LogScale ingest token.

Register-FalconEventCollector -Uri https://cloud.community.humio.com -Token <string> -Enable responses, requests

Set a Falcon LogScale collector during your authorization request

Request-FalconToken -ClientId <string> -ClientSecret <string> -Collector @{ uri = 'string'; token = 'string' }

2023-02-27: PSFalcon v2.2.4

Clone this wiki locally