home / audit

Menu
  • Dashboards

anomaly_baseline_failed_logins

✎ View and edit SQL

This data as json

0 records

CREATE TABLE anomaly_baseline_failed_logins (
    source         TEXT NOT NULL,
    target_type    TEXT NOT NULL DEFAULT '',
    target_id      TEXT NOT NULL DEFAULT '',
    mean_per_hour  REAL NOT NULL,
    stddev         REAL NOT NULL,
    sample_size    INTEGER NOT NULL,
    learned_at     TEXT NOT NULL,
    PRIMARY KEY (source, target_type, target_id)
);
Powered by Datasette · Queries took 12.397ms