Skip to main content

Logging Provider: GELF

What are Logging Providers?

Logging to Graylog

Description

Allows logging to Graylog SIEM servers.

Stats

Namegelf
Version2
ConfigurationRootPSFramework.Logging.GELF
Supports DataFalse
InstallationRequired

Installation

The GELF provider requires the PSGELF PowerShell Module installed on the system it is running on.

To install the prerequisites use either:

Install-PSFLoggingProvider -Name GELF

Or manually deploy the required module.

Properties

Properties are used to control the behavior of the Provider. They can be specified using Set-PSFLoggingProvider or provided using the Configuration system.

NameDefault ValueDescription
GelfServerThe GELF server to send logs to
PortThe port number the GELF server listens on
EncryptTrueWhether to use TLS encryption when communicating with the GELF server

Notes

n/a