SoftLayer_Network_Logging_Syslog


SoftLayer_Network_Logging_Syslog

Description

The Syslog class holds a single line from the Networking Firewall “Syslog” record, for firewall detected and blocked attempts on a server.

Local


createDate

Timestamp for when the connection was blocked by the firewall
Type: dateTime


destinationIpAddress

The Destination IP Address of the blocked connection (your end)
Type: string


destinationPort

The Destination Port of the blocked connection (your end)
Type: int


eventType

This tells you what kind of firewall event this log line is for: accept or deny.
Type: string


message

Raw syslog message for the event
Type: string


protocol

Connection protocol used to make the call that was blocked (tcp, udp, etc)
Type: string


sourceIpAddress

The Source IP Address of the call that was blocked (attacker’s end)
Type: string


sourcePort

The Source Port where the blocked connection was established (attacker’s end)
Type: int


totalEvents

If this is an aggregation of syslog events, this property shows the total events.
Type: int

Relational

Count