There is a requirement to increase the alert delay for specific services (such as Crowdstrike and Splunk) to 20 minutes (1200 seconds) within the ntservices probe.
The current interval threshold is set to 10 minutes (600 seconds). Modifying the interval directly within the probe applies the 20-minute delay globally to all profiles. The goal is to isolate this delay specifically to Crowdstrike and Splunk across multiple servers without altering the alerting threshold for other monitored services.
DX UIM: All supported versions.
ntservices probe up to version 4.02
The ntservices probe does not support per-profile "time intervals".
Workaround is to use NAS AO profile to delay the alaerts.
You can isolate the Crowdstrike and Splunk alerts by creating a targeted Auto-Operator (AO) profile within the nas probe to manage the delay.
Open the nas Probe:
Open the nas probe configuration GUI.
Navigate to the Auto-Operator -> Profiles tab.
Create a New Profile:
Right-click in the profiles area and select New.
Give the profile a descriptive name (e.g., Delay_Crowdstrike_Splunk_Alarms).
Define Matching Criteria:
Probe: Set this to ntservices so the rule only targets alarms coming from the services probe.
Message String: Use a pattern or regex to isolate the specific services (e.g., *Crowdstrike* or *Splunk*).
Configure the Action and Time Delay:
Action Type: Select your intended delivery method, such as EMAIL or SCRIPT.
Action Mode: Change this from On arrival to On overdue age.
Age/Duration: Set this to 20m (or 1200 seconds).
The nas probe will catch the Crowdstrike or Splunk "Service Down" alarms instantly but will hold them in a pending state.
If the service comes back up within 20 minutes, a clear alarm will arrive, cancelling the action.
If the service remains down for the full 20 minutes, the alarm hits its "overdue age," and the notification action triggers. All your other service profiles will continue to alert on their standard 10-minute thresholds.