Security Log

Security log stores security events.

Security log model

Each security log entry has the following fields:

Field Type Description

id

Integer

Unique record ID

host

Object

Host that generated this security event.

ident

String

Additional event identification used for filtering events.

message

String/Object

Detailed information about the security event.

eventClassId

String

ID of the security event class.

eventDescription

String

Description of the security event class.

severity

String

Severity of the event. Corresponds to the security event’s class

level

String

Log level of the record.

extra

Object

Information about the entity that generated security event.

extra.source

String

Log source that generated this event.

extra.channel

String

Log channel where this security event was received.

timestamp

Integer

Timestamp of log record creation.