Tines Logs
Panther supports pulling logs directly from Tines
Last updated
Was this helpful?
Was this helpful?
schema: Tines.Audit
description: Audit logs from the Tines Audit Logs API
referenceURL: https://www.tines.com/api/audit-logs
fields:
- name: created_at
required: true
description: The date/time at which the audit log was created.
type: timestamp
timeFormats:
- rfc3339
isEventTime: true
- name: id
description: The ID of the audit log.
type: int
- name: inputs
description: JSON Inputs passed to the operation.
type: json
- name: operation_name
required: true
description: The name of the operation.
type: string
- name: request_ip
required: true
description: The IP Address the operation was triggered from.
type: string
indicators:
- ip
- name: request_user_agent
description: The user agent that the operation was triggered with.
type: string
- name: tenant_id
required: true
description: The ID of the tenant the operation was triggered on.
type: string
- name: user_email
description: The email of the user who triggered the operation.
type: string
indicators:
- email
- name: user_id
required: true
description: The ID of the user who triggered the operation.
type: string
- name: user_name
description: The name of the user who triggered the operation.
type: string
indicators:
- username