Skip to Content
ConnectorsStatic records

Static records — static

One-time import of inline records (fixtures, demo data). Emits the records once, then nothing — useful for seeding a timeline to test views and triggers against, or importing a known incident for an agent to analyze.

Set up

Ask a connected agent:

Use navflow to seed a static source with three sample deploy events for checkout.

The agent composes the records and calls create_source.

Configuration

fieldtypedescription
records*jsonlist of { text, event_type?, ago_seconds?, key?, fields? }, imported once
keystringdefault entity key for records that don’t set their own

Verify

The records appear in Recent events immediately after the first poll, timestamped ago_seconds in the past.

Last updated on