Datost Documentation archiveCurrent E1O project ↗
Historical documentation · May 7, 2026

This snapshot describes Datost’s former Slack-native analytics product. It is retained for reference; setup instructions, service availability and external links may have changed. It does not describe E1O glasses.

Audit Logs

An immutable record of security-relevant actions in your Datost workspace — who did what, when, and from where.

Datost captures an append-only audit trail for every security-sensitive action in your workspace. Each entry records the actor (user ID + email), the action, the affected resource, originating IP address, user agent, and a timestamp — plus any action-specific metadata (e.g. which fields changed on a secret update).

What gets audited

Audit events are grouped into categories that mirror the sensitive surfaces of the product.

Authentication

  • auth.login — successful sign-in
  • auth.logout — session ended
  • auth.failed — failed sign-in attempt

Members & roles

  • member.invited, member.joined, member.auto_joined (domain auto-join)
  • member.access_requested
  • member.removed
  • member.role_changed — any promotion or demotion between owner / admin / member

Organization & domains

  • org.created, org.updated, org.deleted
  • org.domain_added, org.domain_updated, org.domain_removed
  • org.domain_auto_seeded, org.domain_seed_skipped

Secrets & data source config

  • secret.created, secret.read, secret.updated, secret.deleted, secret.listed
  • Warehouse credentials, Slack tokens, and OAuth refresh tokens all flow through the secret store, so every rotation and read is logged.

Licenses & usage

  • license.created, license.activated, license.deactivated, license.revoked
  • usage.limit_warning, usage.limit_reached

Slack install and uninstall events flow through the org and secret categories (the Slack bot token is managed as a secret).

Viewing the audit log

Open Workspace settings

In the Datost web app, click your workspace name in the sidebar and choose Settings.

Go to Security → Audit Log

You'll see the most recent 100 events by default, newest first.

Filter

Narrow the list by date range, action type (e.g. secret.*, member.role_changed), or actor (user email). Click any row to expand the full metadata payload.

Retention

Audit log entries are retained for the lifetime of your workspace and are never deleted, even if the organization or user is removed — the orgId and userId are stored as plain text references rather than foreign keys, so the historical record survives teardown. Customers on the Enterprise plan can request extended archival to cold storage.

Export

Admins can export filtered audit log results as CSV or JSON from the Audit Log page. For continuous export into your SIEM (Splunk, Datadog, Panther), reach out to your Datost contact about the Enterprise audit streaming add-on, which delivers events via webhook in near real time.

Who can access audit logs

RoleViewFilterExport
OwnerYesYesYes
AdminYesYesYes
MemberNoNoNo
GuestNoNoNo

If you need a compliance report (SOC 2, vendor security review) covering a specific window, email security@datost.com.