The Trigger an alert when no events are processed setting defaults to YES. We recommend leaving this enabled, as you will be alerted if data stops flowing from the log source after a certain period of time. The timeframe is configurable, with a default of 24 hours.\
schema: Netskope.Audit
description: Audit logs from the Netskope Audit API
referenceURL: https://docs.netskope.com/en/rest-api-v2-overview-312207.html
fields:
- name: timestamp
required: true
description: The timestamp of the audit log.
isEventTime: true
timeFormats:
- unix
type: timestamp
- name: type
required: true
description: The type of the audit log.
type: string
- name: user
required: true
description: The user associated with the audit log.
type: string
indicators:
- email
- username
- name: is_netskope_personnel
required: false
description: Indicates whether the user is Netskope personnel.
type: boolean
- name: severity_level
required: false
description: The severity level of the audit log.
type: int
- name: audit_log_event
required: true
description: The event description of the audit log.
type: string
- name: supporting_data
required: true
description: Supporting data associated with the audit log.
type: json
- name: organization_unit
required: false
description: The organization unit associated with the audit log.
type: string
- name: ur_normalized
required: false
description: The normalized user identifier.
type: string
- name: count
required: false
description: The count of the audit log.
type: int
- name: _insertion_epoch_timestamp
description: The timestamp of the log insertion.
type: int
- name: _id
required: true
description: The ID of the audit log.
type: string
- name: details
description: The audit log details.
type: json
- name: ccl
required: false
description: The Cloud confidence level of the audit log.
type: string
- name: sAMAccountName
required: false
description: Active Directory sAMAccountName for the audit log.
type: string
- name: userPrincipalName
required: false
description: Active Directory userPrincipalName for the audit log.
type: string