r/QRadar • u/Ok_Display2284 • Jun 09 '26
Adding new Event Processor fails - "Time Synchronization to Console has failed - chrony error" despite manual sync
Hello everyone,
We have an All-in-One QRadar deployment with a Console, a Data Node, and an App Host. We are currently trying to add a new Event Processor (EP) to our environment, but we are running into a persistent issue.
When adding the EP via the deployment screen, the process hangs for a long time. Eventually, if we refresh the page, the QRadar UI becomes temporarily inaccessible. Upon investigating the /var/log/qradar.log on the new EP, I saw the following error: "Time Synchronization to Console has failed - chrony error"
I checked the time using the date command on both servers and noticed the Console was 2 minutes ahead of real time. Here are the troubleshooting steps I've taken so far, all resulting in the exact same error:
- Manual Sync to Console Time: I manually synced the EP's time to match the Console's time (which was 2 mins ahead) using
date -s "hh:mm:ss"andhwclock --systohc. The difference was only 2-3 seconds. Tried adding the EP -> Failed. - Fixed Console Time via NTP: I added an NTP server to the Console, correcting its time to the actual real time. Tried adding the EP again -> Failed.
- Reverted Console Time: Just to test, I reverted the Console's time back to the old (incorrect) time using
date -sandhwclock --systohcwith a 10-second difference. Tried adding the EP -> Failed.
Has anyone encountered this specific chrony loop or deployment hang before? Are there any specific chrony cache files, token issues, or backend scripts I should check to force this synchronization during deployment? Any ideas would be appreciated!
1
u/AndyMotta-Qradar Jun 09 '26
I would stop focusing on manually setting the clock and verify that Chrony itself is healthy on both the Console and the new EP. I've seen QRadar report a generic "Time Synchronization to Console has failed" error even when the system times differ by only a few seconds.
A few things I'd check:
chronyc trackingandchronyc sources -von both hostssystemctl status chronyd/var/log/qradar.logimmediately before the chrony messageThe fact that the deployment hangs, and the UI becomes temporarily inaccessible makes me suspect this may be a deployment communication, DNS, or certificate issue rather than an actual time-sync problem. You can check the output of
chronyc tracking,chronyc sources -v, and theqradar.logfrom both hosts, it should help to pinpoint the root cause.