Zberná nádoba pre odopreté prístupy, odmietnuté podpisy, prekročené limity a porušenia CSP; podklad pre incidenty aj pre povinné hlásenia.
Envelope identity and kind-specific facts from the entity's spec.
security-event8occurred_atThis entity and everything one relation away, grouped by the data store each lives in.
Nothing in the catalog links this entity to another data entity, so there is no neighbourhood to draw.
spec:
relations:
- { to: order-line, cardinality: one-to-many, via: order_id }
Every column of this entity — type, whether it is required, and which key it is.
| Field | Type | Required | Key | Description |
|---|---|---|---|---|
occurred_at | timestamptz | yes | PK | — |
id | uuid | yes | — | — |
kind | text | yes | — | — |
route | text | optional | — | — |
actor_user_id | uuid | optional | — | — |
tenant_id | uuid | optional | — | — |
ip | inet | optional | — | — |
detail | jsonb | optional | — | — |
Merged from both ends: an edge the other entity declares appears here too (ADR-0015).
This entity declares no spec.relations[], and no other data entity points at it.
- { to: customer, cardinality: many-to-one, via: customer_id }
Declared spec links and inverses derived from the graph.
Declared here
Derived from the graph
Free x-* spec keys and namespaced tool annotations (standard §1).
Annotations
gordulitch.sk/partition-noteTabuľka je od Plánu 231 mesačne partitionovaná, takže primárny kľúč je zložený z occurred_at a id — samotné id NIE JE globálne jednoznačné.Markdown texts from the entity's docs/ folder.
Architecture notes, runbooks, and onboarding texts belong here — anything a new operator should read.
Add markdown files under data-entities/security-event/docs/