Copy schema: Sysdig.Audit
parser:
native:
name: Sysdig.Audit
description: Logs that track endpoint access
referenceURL: https://docs.sysdig.com/en/docs/administration/sysdig-platform-audit
version: 0
fields:
- name: id
required: true
description: Unique identifier of the log
type: string
- name: cursor
description: Cursor that points to this event
type: string
- name: timestamp
required: true
description: Timestamp for the log
type: timestamp
timeFormat: rfc3339
isEventTime: true
- name: originator
description: Where this log was originated
type: string
- name: customerId
required: true
description: Customer who did the action
type: bigint
- name: category
description: Category of the log
type: string
- name: source
description: Always auditTrail
type: string
- name: name
description: Name of the log
type: string
- name: description
description: Description of the log
type: string
- name: severity
description: Severity as classified by Sysdig
type: bigint
- name: content
required: true
description: The action itself
type: object
fields:
- name: customerId
required: true
description: Customer who did the action
type: bigint
- name: entityId
description: ID of the entity where the action occurred
type: string
- name: entityPayload
description: Payload of the action
type: string
- name: entityType
description: Type of the entity where the action occurred
type: string
- name: queryString
description: Query sent in the request
type: string
- name: requestMethod
required: true
description: HTTP Method
type: string
- name: requestUri
required: true
description: Endpoint accessed
type: string
- name: responseStatusCode
required: true
description: HTTP status code
type: bigint
- name: teamId
description: ID of user's Team
type: bigint
- name: timestampNs
description: Timestamp of log in nanoseconds
type: timestamp
timeFormat: unix_ns
- name: userId
description: User's ID
type: bigint
- name: userOriginIP
description: User's IP
type: string
indicators:
- ip
- name: labels
required: true
description: Labels that apply to the log
type: object
fields:
- name: entityType
required: true
description: Type of the entity
type: string