NAME

Net::Fastly::Syslog - Representation of an endpoint to stream syslogs to

ACCESSORS

service_id

The id of the service this belongs to.

version

The number of the version this belongs to.

name

The name of this endpoint

comment

a free form comment field

address

A magic field - will automagically be set to whichever of ipv4, ipv6 or hostname is currently set.

Conversely if you set the address field then the correct field from ipv4, ipv6 or hostname will be set.

ipv4

the ipv4 address of the host to stream logs to (this, hostname or ipv6 must be set)

ipv6

the ipv6 address of the host to stream logs to (this, hostname or ipv4 must be set)

hostname

the hostname to to stream logs to (this, ipv4 or ipv6 must be set)

port

the port to stream logs to (defaults to 514)

format

Format to log like in apache format

response_condition

name of a response_condition to filter the log on, if empty it always lgos