Notes

Notes are free-form, Markdown annotations you attach to an entity — the running log of what is going on with this thing and what we did about it. They are perfect for investigation context, runbook and ticket links, workarounds, and hand-offs between shifts, without cluttering the entity’s structured fields. Notes are available on all six components.

What a note is

  • Free-form Markdown — links, lists, tables, code fences, and inline formatting all render in the entity’s Notes panel.

  • Per entity, multi-note — an entity can carry any number of notes, shown newest first; they are never merged or deduplicated.

  • Authored — every note records who created it and when.

  • Immutable — there is no edit action. To change a note you delete it and create a new one; the audit trail records both. Each note card offers only clone and delete.

Anyone can read notes; creating, cloning, and deleting them requires the power role.

A note card showing its author and timestamp, with clone and delete actions

Creating, expiring, and cloning notes

When you add a note you choose a validity periodPermanent, or an expiry of up to 365 days. An expiring note shows an “Expires on …” badge and is automatically purged once it lapses, so time-boxed context (“waiting on the vendor until Friday”) cleans itself up. Permanent notes are never purged.

Adding a note, choosing its Markdown text and validity period

A note can also be cloned to many entities at once — the picker copies the note’s text to every entity you select, and each target gets its own independent note (so editing or deleting one never affects the others). This is the quick way to spread the same context across a set of related entities; cloned notes are created permanent.

Where notes appear — and where they don’t

  • Notes live on the entity: open them from the entity, or from the Notes action in the entities table, which also shows a note count per entity.

The entities table showing a note count on an entity
  • Notes are searchable by substring inside the panel, but — unlike labels and tags — they are not a filter axis or a group-by. Use notes for context a human reads; use labels and tags for structured filtering.

  • Notes are not included in alerts or notable events, and they never affect an entity’s score or state. (An acknowledgment carries its own separate comment — that is not a note.)

Tip

Notes vs the entity description. A note is a timestamped, authored, append-only log entry. If you instead want a single, editable-in-place description of the entity, edit its object_description field (or the Global Note above) rather than adding a note.

See also