diff --git a/docs/agenteye/audits.mdx b/docs/agenteye/audits.mdx index f04b76e96..d3f173a69 100644 --- a/docs/agenteye/audits.mdx +++ b/docs/agenteye/audits.mdx @@ -46,6 +46,13 @@ Fixing an issue is only half the win. The other half is making sure it cannot qu Audits live in the dashboard at **`//audits`** (sidebar to *analyze* to *audits*). Viewing runs and findings needs **`audits:read`**; creating, editing, and triaging audits needs **`audits:write`**. Set an audit's scope and cadence, then hit **Run now** whenever you want results immediately instead of waiting for the next scheduled pass. + + Audit allowances are independent from run allowances. Reaching an audit + allowance skips new scheduled and manual audit runs without affecting event + ingestion. An administrator can reset or increase the allowance. Contact + [nikita@exosphere.host](mailto:nikita@exosphere.host) if you need help. + + ## Related - [Alerts](/agenteye/alerts): get paged the moment a threshold you already know about is crossed. diff --git a/docs/agenteye/sessions.mdx b/docs/agenteye/sessions.mdx index 974d49ac0..b24850436 100644 --- a/docs/agenteye/sessions.mdx +++ b/docs/agenteye/sessions.mdx @@ -26,6 +26,15 @@ Each row carries a status pill, so a failed run stands out from a healthy one be Once you connect an evaluator, every completed run is scored automatically and its latest score shows up on the row as a badge. You can filter by any score range, so "show me every low-scoring prod run this week" is a filter, not a manual review. Until you set one up, sessions still capture the full run; they just don't carry a score yet. + + Plans can include a run allowance. A run counts when its first valid event is + accepted. If your organization reaches its allowance, new runs remain safely + retained but do not appear in Sessions or trigger dependent processing until + an administrator increases or resets the allowance. Existing visible runs + stay available. Contact [nikita@exosphere.host](mailto:nikita@exosphere.host) + if you need a quota change. + + --- ## Read the whole run as a picture