Known issues in Splunk IT Service Intelligence

This version of IT Service Intelligence (ITSI) has the following known issues and workarounds.

Uncategorized issues

Date filed Issue number Description Release version
2026-04-21 ITSI-44354 The precheck Number of notable event or system objects exceeds limit is inaccurate. 4.21.0, 4.21.1, 4.21.2
2025-12-31 ITSI-43056 ITSI correlation searches long runtime (5000s+) causes skipping. 4.21.0, 4.21.1
2025-05-31 ITSI-40144 Updating a service template linked to a published service sandbox displays "sandbox_base_service_template_update" refresh queue job 4.20.0, 4.21.0, 4.21.1, 4.21.2
2026-02-10 ITSI-43447 ITSI indexes removed after enabling DDAA archive automation and changing retention settings.

Workaround:

Steps:

  1. Log in to the CO2 UI using standard credentials.

  2. Search for the stack and click on edit.

  3. Select Infrastructure then Cluster Manager , and set the feature flag itsi_indexer_app_sync_guard_enabled to true.

4.21.0
2025-10-27 ITSI-42397

Correlation searches slower on ITSI 4.21.0.

Workaround:

The long term solution is to look for the new version for ITSI with the fix for the bug ITSI-42397. If you are not yet using the Event IQ feature for your event policies, comment the command from the macros.

Steps:
  1. Locate macros: apply_entity_lookup(1) check their definitions, and command the last part with getservicetopolog

  2. Change the last line to comment the macro from

CODE
eval sec_grp="default_itsi_security_group" | `match_entities_to_correlation_search($entity_lookup_field$, sec_grp)` | `filter_maintenance_entities` | getservicetopology

to

CODE
eval sec_grp="default_itsi_security_group" | `match_entities_to_correlation_search($entity_lookup_field$, sec_grp)` | `filter_maintenance_entities` ```| getservicetopology

To upgrade to fixed version, revert to uncomment the macro.

4.21.0
2025-08-22 ITSI-41542 The Send to Splunk SOAR notable event action doesn't create artifacts. 4.21.0
2025-12-25 ITSI-43052 Description field not populated in itsi_tracked_alerts index. 4.20.0
2025-07-25 ITSI-41097 KPI sparklines on the Service Analyzer don't render when you input a time range greater than 7 days.

Workaround:

Reduce the time range to less than 7 days.

4.20.0
2025-10-18 ITSI-37708 Error "PkgResourcesDeprecationWarning: unknown is an invalid version and will not be supported in a future release".

Workaround:

Remove older deprecated library folder /splunk/etc/apps/SA-ITOA/lib/SA_ITOA_app_common/scp_download_simple_crypto-unknown.dist-info.

4.20.0
2025-09-24 ITSI-41765 Unable to initialize modular input "itsi_summary_worker" after upgrading to ITSI 4.21.0.

Workaround:

Install Python for Scientific Computing and the Splunk AI Toolkit to resolve the issue.

4.20.0
2025-09-18 ITSI-41761 The upgrade readiness check for Maximum number of events using base search reached displays a false positive error.

Workaround:

Ignore this error if all the instances of this error are a false positive.

4.20.0
2025-09-05 ITSI-41681 Filter Episode Monitoring alerts before passing them to EventIQ policies.

Workaround:

Update the filtering criteria for the Event iQ policy to filter out all monitoring alerts created by other policies in order to avoid overlap. For example:

AND source does not match *Episode Monitoring*, or AND itsi_policy_id does not match *episode*.
4.20.0
2025-08-19 ITSI-41290 Splunk throttling is enabled for default connections when disabled in connection payload. 4.20.0
2025-08-05 ITSI-41271 When clicking impacted services from Episode Review, an error occurs on the Service Analyzer. 4.20.0
2024-10-18 ITSI-37708 Errors stating PkgResourcesDeprecationWarning: unknown is an invalid version and will not be supported in a future release appear after upgrading Splunk to 9.2.2.

Workaround:

Remove deprecated library folder /splunk/etc/apps/SA-ITOA/lib/SA_ITOA_app_common/scp_download_simple_crypto-unknown.dist-info

4.20.0
2024-06-25 ITSI-36467 Some actions not running in the rules engine.

Workaround:

Update each search head to disable asynchornous execution of actions in the Rules Engine.
  1. Go to $SPLUNK_HOME/etc/apps/SA-ITOA/local/itsi_rules_engine.properties.

  2. Go to the rules_engine_feature_disabled_list in the file. If this is not in the file, add this value to the file.

  3. Add the value RUN_ACTION_ASYNC to the comma separated list of values
    CODE
    rules_engine_feature_disabled_list = POLICY_EXECUTOR_ASYNC_SUB_ACTORS, POLICY_EXECUTOR_STATE_RECOVERY, SORT_NOTABLE_EVENTS, RUN_ACTION_ASYNC
  4. Restart the itsi_event_grouping real time search. Select Activity then Jobs then Set filters to "All" then search label="itsi_event_grouping", and then stop the job. It will restart after a couple of minutes.

4.20.0