Run as a Process
The Intelligence Hub runtime is started and stopped using the scripts included in the runtime directory.
Start Runtime
To launch the runtime in a command shell, open a shell and navigate to the runtime directory. Start the runtime by executing the start-[OS] file associated with your OS (e.g., start-windows.bat, ./start-linux.sh, ./start-macos.sh).
The runtime will begin logging event messages to the console upon startup.
Stop Runtime
To stop the runtime safely, execute the corresponding stop-[OS] script. This will ensure the runtime completes any outstanding work (e.g., persisting configuration updates, storing data for future forwarding, etc.) before shutting down.
Running the runtime from a command shell requires the shell to stay open and a user to stay signed in. In production it is recommended to run the Intelligence Hub as a service instead, which starts it automatically during system boot-up. See
Run as a Service
for details.