Skip to main content

Create a syslog profile

POST 

/logging-service/logforwarding/v1/syslog-profiles

Create a syslog profile object to send logs to a syslog server.

Request

Body

required
    destination objectrequired

    Profile name, output, and syslog receiver information.

    displayName stringrequired

    Name of the profile.

    facility stringrequired
    notification string

    An email address to receive updates about log transmission.

    outputDelimiter stringrequired

    Character that separates log fields. Based on log format.

    outputFormat stringrequired

    Possible values: [CSV, LEEF, CEF]

    The format in which to send logs.

    port integerrequired

    Possible values: <= 65535

    The port on which to send logs.

    profileToken string

    A token used to uniquely identify your logs to a cloud-based syslog service.

    server stringrequired

    IP address or FQDN of your syslog server.

    logtypes object[]required
  • Array [
  • allColumns boolean

    True sends all log fields. False sends a subset of log fields.

    excludedColumns string[]

    The specific log fields you do not want to send. Does nothing if the same field is present in includedColumns.

    filter string

    The filter query used to send a subset of logs.

    includedColumns string[]

    The specific log fields you want to send. Does nothing if allColumns is True.

    logtype string

    The log type that you want to send.

  • ]

Responses

Returns profile id on successful request processing

Schema

    string

Loading...