Already using Nightwatch and not ready to fully switch? You can run both agents side by side. The Nightwatch collector sends telemetry to both, so you can compare them in parallel before committing.Documentation Index
Fetch the complete documentation index at: https://docs.usenightowl.com/llms.txt
Use this file to discover all available pages before exploring further.
1. Enable parallel mode in .env
NIGHTWATCH_TOKEN is used by the Nightwatch collector to authenticate
outbound telemetry. NIGHTOWL_TOKEN is the token from the NightOwl dashboard
— the NightOwl agent uses it for payload authentication and health reporting.
NIGHTOWL_APP_ID is the connected-app ID shown alongside the token; the
agent embeds it in alert payloads so issue links resolve to this app.$core->ingest so records fan out to both agent ports.
2. Run both agents
Switching fully to NightOwl
SetNIGHTOWL_PARALLEL_WITH_NIGHTWATCH=false (or remove it) and set NIGHTOWL_AGENT_PORT=2407. The Nightwatch collector now ships exclusively to the NightOwl agent. Stop the nightwatch:agent process. Done.