Skip to content

Opensearch dashboards.auditor

Home > opensearch-dashboards > Auditor

Auditor interface

Provides methods to log user actions and access events.

Signature:

export interface Auditor 

Methods

Method Description
add(event) Add a record to audit log. Service attaches to a log record: - metadata about an end-user initiating an operation - scope name, if presents
withAuditScope(name) Add a high-level scope name for logged events. It helps to identify the root cause of low-level events.