Skip to content

Register FalconEventCollector

bk-cs edited this page Sep 22, 2022 · 21 revisions

Register-FalconEventCollector

SYNOPSIS

Define Humio ingestion endpoint and token for logging

DESCRIPTION

Once configured, the Humio destination can be used by PSFalcon but the module will not send events to Humio

PARAMETERS

Name Type Min Max Pattern Allowed Pipeline PipelineByName Description
Uri Uri False True Humio cloud
Token String ^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$ False True Humio ingestion token
Enable String[] responses
requests
False True Define events to send to the collector

SYNTAX

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

Generated 20220922 using PSFalcon v2.2.3

Clone this wiki locally