Netskope AuditLogs

Netskope AuditLogs

Certified

Fetch audit logs from Netskope Security Cloud

Fetches the audit trail via the Netskope REST API v2 Data Export endpoint and stores the response as a file in Kestra storage.

yaml
type: io.kestra.plugin.netskope.events.AuditLogs
yaml
id: get_netskope_audit_logs
namespace: io.kestra.security
tasks:
  - id: fetch_audit_logs
    type: io.kestra.plugin.netskope.events.AuditLogs
    baseUrl: "https://{{ secret('NETSKOPE_TENANT') }}.goskope.com"
    apiToken: "{{ secret('NETSKOPE_V2_TOKEN') }}"
    lookbackPeriod: "PT24H"
Properties

The Netskope v2 API token

The base URL of the Netskope tenant

Lookback period for audit logs

When set, appends ?starttime= computed as Instant.now().minus(lookbackPeriod). ISO-8601 duration e.g. PT24H

Reference (ref) of the pluginDefaults to apply to this task.

Default0

Number of log entries in the response data array

Formaturi

URI of the stored audit log response JSON file