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
Agent
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
| field | type | description |
|---|---|---|
records* | json | list of { text, event_type?, ago_seconds?, key?, fields? }, imported once |
key | string | default 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