Known issues

The following tables include issues and workarounds for releases of Splunk Enterprise Security. Issues are listed in all relevant sections. Some issues appear more than once.

Splunk Enterprise Security 8.2.3 known issues

Date filedIssue numberDescription
2025-08-06SPL-282727Cannot upload Splunk Enterprise Security 8.x on an on-premises deployment of Splunk Enterprise 10.x using the UI.

Workaround: Install Splunk Enterprise Security 8.x using the command line. See Install Splunk Enterprise Security from the command line.
2025-09-22BLUERIDGE-19262The analyst queue does not re-use previous results when the setting for "Hide findings" is turned on. Workaround:Go to the settings for analyst queue and turn off the Hide Findings to turn on the re-use of previous results and improve load times on the analyst queue.
2025-09-09BLUERIDGE-19067 Suppression Not Working on Saved Views After Upgrading from 7.3.4 to 8.2.1
2025-08-27BLUERIDGE-18769Markdown links are not clickable
2025-08-20BLUERIDGE-18694Custom Fields values assigned in an Investigation does not show up in the Analyst Queue.
2025-07-31BLUERIDGE-17978ES SOAR API Endpoint "ES get notes in findings or investigation" intermittently returns URI encoded content

Workaround

We wrote a Custom Function to convert URI Encoded back to plain text for use in the relevant playbook(s).

2025-07-16BLUERIDGE-17923Workflow actions are not able to be used correctly from within the incident review dashboard with multi value fields (duplicate of SOLNESS-45320)
2025-07-16BLUERIDGE-17699Changing the status of a Finding or Investigation is not reflected in Analyst Queue without a refresh
2025-07-16BLUERIDGE-17698Removing Findings from an Investigation is buggy
2025-07-10BLUERIDGE-17532Refresh AQ Table Needed to see the manually added Finding
2025-07-09BLUERIDGE-17527ES blocks fail when the finding does not exist on Splunk SOAR

Workaround

Use `refresh finding or investigation` before using `get finding or investigation`

2025-03-06BLUERIDGE-15501Unable to create investigations and investigation types when using Splunk ES on-prem due to search head cluster re-direction issues.

Workaround

Change all hostname references (non-FQDN) to FQDN in the <code>server.conf</code> configuration file. However, this might increase the load on the DNS. Alternatively edit /etc/hosts and create the link between IPaddes and SH_fqdn_hostname into each search head cluster Alternatively, you can disable the search head cluster redirection framework. However, this can lead to data loss or data corruption. Eg: Duplicate HRIDs. You can mitigate this by using the KV captain only for all the UI flows. If you are using Splunk Enterprise Security (on-prem), run the following CURL command: <br> curl -k --location "https://<hostname>:8089/servicesNS/nobody/missioncontrol/configs/conf-infra/cloud?output_mode=json" \ --header "Content-Type: application/x-www-form-urlencoded" \ --data-urlencode "disable_api_redirection=<true/false>" If you want to disable the search head cluster redirection framework but you are not using Splunk Enterprise Security (on-prem), open a support ticket on the Splunk Support portal.

2025-02-28BLUERIDGE-15425Next Steps in Finding Groups change when an edit is made to the Detection
2024-10-18BLUERIDGE-13121Users with the ess_user cannot view saved views

Workaround

Assign the 'edit_filter_sets' capability to the user

2024-10-18BLUERIDGE-13101Users can create a finding with an empty name for a custom field
2024-10-17BLUERIDGE-13081The "Edit filter groups" capability is confusing because the feature it controls is called "Saved Views" elsewhere
2024-10-16BLUERIDGE-13006The "Edit Tags" modal does not communicate errors properly when it is unable to save the changes
2024-10-15BLUERIDGE-12966Eventtypes based on the notable index will not match investigations since they aren't from the notable index
2024-10-14BLUERIDGE-12939Bulk adding a finding (that was already in the investigation) along with other findings on the Analyst Queue shows a success message even though the finding that was already included wasn't added
2024-10-09BLUERIDGE-12864Missing validation in UI while adding duplicate Finding fields in AQ settings page
2024-09-27BLUERIDGE-12602Cleanup `local/*.conf` files for deprecated modinputs, savedsearches, alert_actions
2024-09-13BLUERIDGE-12347Prompt modal shows reference ID and HRID combined instead of HRID for investigations
2024-09-09BLUERIDGE-12190Automation tab may appear for users who cannot run playbooks
2024-09-06BLUERIDGE-12176Resizing columns on the Analyst Queue can cause the column to be sorted or to show the column sort dialog
2024-09-03BLUERIDGE-12100Included findings table in AQ side panel is not sortable
2024-05-13BLUERIDGE-9351Status and owner both have a status called "unassigned" but also show a "unassigned" if no status is assigned which can be confusing

Splunk Enterprise Security 8.2.2 known issues

Date filedIssue numberDescription
2025-08-06SPL-282727Cannot upload Splunk Enterprise Security 8.x on an on-premises deployment of Splunk Enterprise 10.x using the UI.

Workaround: Install Splunk Enterprise Security 8.x using the command line. See Install Splunk Enterprise Security from the command line.
2025-09-22BLUERIDGE-19262The analyst queue does not re-use previous results when the setting for "Hide findings" is turned on. Workaround:Go to the settings for analyst queue and turn off the Hide Findings to turn on the re-use of previous results and improve load times on the analyst queue.
2025-09-26BLUERIDGE-19326All searches don't run if the analyst queue uses the default time of 30 seconds since all searches run for over 30 seconds. Workaround: Set the value of max_time to 0 instead of None.
2025-09-09BLUERIDGE-19067 Suppression Not Working on Saved Views After Upgrading from 7.3.4 to 8.2.1
2025-08-27BLUERIDGE-18769Markdown links are not clickable
2025-08-20BLUERIDGE-18694Custom Fields values assigned in an Investigation does not show up in the Analyst Queue.
2025-07-31BLUERIDGE-17978ES SOAR API Endpoint "ES get notes in findings or investigation" intermittently returns URI encoded content

Workaround

We wrote a Custom Function to convert URI Encoded back to plain text for use in the relevant playbook(s).

2025-07-16BLUERIDGE-17923Workflow actions are not able to be used correctly from within the incident review dashboard with multi value fields (duplicate of SOLNESS-45320)
2025-07-16BLUERIDGE-17699Changing the status of a Finding or Investigation is not reflected in Analyst Queue without a refresh
2025-07-16BLUERIDGE-17698Removing Findings from an Investigation is buggy
2025-07-10BLUERIDGE-17532Refresh AQ Table Needed to see the manually added Finding
2025-07-09BLUERIDGE-17527ES blocks fail when the finding does not exist on Splunk SOAR

Workaround

Use `refresh finding or investigation` before using `get finding or investigation`

2025-03-06BLUERIDGE-15501Unable to create investigations and investigation types when using Splunk ES on-prem due to search head cluster re-direction issues.

Workaround

Change all hostname references (non-FQDN) to FQDN in the <code>server.conf</code> configuration file. However, this might increase the load on the DNS. Alternatively edit /etc/hosts and create the link between IPaddes and SH_fqdn_hostname into each search head cluster Alternatively, you can disable the search head cluster redirection framework. However, this can lead to data loss or data corruption. Eg: Duplicate HRIDs. You can mitigate this by using the KV captain only for all the UI flows. If you are using Splunk Enterprise Security (on-prem), run the following CURL command: <br> curl -k --location "https://<hostname>:8089/servicesNS/nobody/missioncontrol/configs/conf-infra/cloud?output_mode=json" \ --header "Content-Type: application/x-www-form-urlencoded" \ --data-urlencode "disable_api_redirection=<true/false>" If you want to disable the search head cluster redirection framework but you are not using Splunk Enterprise Security (on-prem), open a support ticket on the Splunk Support portal.

2025-02-28BLUERIDGE-15425Next Steps in Finding Groups change when an edit is made to the Detection
2024-10-18BLUERIDGE-13121Users with the ess_user cannot view saved views

Workaround

Assign the 'edit_filter_sets' capability to the user

2024-10-18BLUERIDGE-13101Users can create a finding with an empty name for a custom field
2024-10-17BLUERIDGE-13081The "Edit filter groups" capability is confusing because the feature it controls is called "Saved Views" elsewhere
2024-10-16BLUERIDGE-13006The "Edit Tags" modal does not communicate errors properly when it is unable to save the changes
2024-10-15BLUERIDGE-12966Eventtypes based on the notable index will not match investigations since they aren't from the notable index
2024-10-14BLUERIDGE-12939Bulk adding a finding (that was already in the investigation) along with other findings on the Analyst Queue shows a success message even though the finding that was already included wasn't added
2024-10-09BLUERIDGE-12864Missing validation in UI while adding duplicate Finding fields in AQ settings page
2024-09-27BLUERIDGE-12602Cleanup `local/*.conf` files for deprecated modinputs, savedsearches, alert_actions
2024-09-13BLUERIDGE-12347Prompt modal shows reference ID and HRID combined instead of HRID for investigations
2024-09-09BLUERIDGE-12190Automation tab may appear for users who cannot run playbooks
2024-09-06BLUERIDGE-12176Resizing columns on the Analyst Queue can cause the column to be sorted or to show the column sort dialog
2024-09-03BLUERIDGE-12100Included findings table in AQ side panel is not sortable
2024-05-13BLUERIDGE-9351Status and owner both have a status called "unassigned" but also show a "unassigned" if no status is assigned which can be confusing

Splunk Enterprise Security 8.2.1 known issues

Date filed Issue number Description
2025-08-06SPL-282727Cannot upload Splunk Enterprise Security 8.x on an on-premises deployment of Splunk Enterprise 10.x using the UI. Workaround: Install Splunk Enterprise Security 8.x using the command line. See Install Splunk Enterprise Security from the command line.
2025-09-09BLUERIDGE-19067Suppression Not Working on Saved Views After Upgrading from 7.3.4 to 8.2.1
2025-08-27BLUERIDGE-18769Markdown links are not clickable
2025-09-18BLUERIDGE-19211Filtering on the analyst queue returns incorrect results.
2025-08-20BLUERIDGE-18694Custom Fields values assigned in an Investigation does not show up in the Analyst Queue.
2025-07-31BLUERIDGE-17978ES SOAR API Endpoint "ES get notes in findings or investigation" intermittently returns URI encoded content

Workaround

We wrote a Custom Function to convert URI Encoded back to plain text for use in the relevant playbook(s).

2025-07-16BLUERIDGE-17923Workflow actions are not able to be used correctly from within the incident review dashboard with multi value fields (duplicate of SOLNESS-45320)
2025-07-16BLUERIDGE-17699Changing the status of a Finding or Investigation is not reflected in Analyst Queue without a refresh
2025-07-16BLUERIDGE-17698Removing Findings from an Investigation is buggy
2025-07-10BLUERIDGE-17532Refresh AQ Table Needed to see the manually added Finding
2025-07-09BLUERIDGE-17527ES blocks fail when the finding does not exist on Splunk SOAR

Workaround

Use `refresh finding or investigation` before using `get finding or investigation`

2025-03-06BLUERIDGE-15501Unable to create investigations and investigation types when using Splunk ES on-prem due to search head cluster re-direction issues.

Workaround

Change all hostname references (non-FQDN) to FQDN in the <code>server.conf</code> configuration file. However, this might increase the load on the DNS. Alternatively edit /etc/hosts and create the link between IPaddes and SH_fqdn_hostname into each search head cluster Alternatively, you can disable the search head cluster redirection framework. However, this can lead to data loss or data corruption. Eg: Duplicate HRIDs. You can mitigate this by using the KV captain only for all the UI flows. If you are using Splunk Enterprise Security (on-prem), run the following CURL command: <br> curl -k --location "https://<hostname>:8089/servicesNS/nobody/missioncontrol/configs/conf-infra/cloud?output_mode=json" \ --header "Content-Type: application/x-www-form-urlencoded" \ --data-urlencode "disable_api_redirection=<true/false>" If you want to disable the search head cluster redirection framework but you are not using Splunk Enterprise Security (on-prem), open a support ticket on the Splunk Support portal.

2025-02-28BLUERIDGE-15425Next Steps in Finding Groups change when an edit is made to the Detection
2024-10-18BLUERIDGE-13121Users with the ess_user cannot view saved views

Workaround

Assign the 'edit_filter_sets' capability to the user

2024-10-18BLUERIDGE-13101Users can create a finding with an empty name for a custom field
2024-10-17BLUERIDGE-13081The "Edit filter groups" capability is confusing because the feature it controls is called "Saved Views" elsewhere
2024-10-16BLUERIDGE-13006The "Edit Tags" modal does not communicate errors properly when it is unable to save the changes
2024-10-15BLUERIDGE-12966Eventtypes based on the notable index will not match investigations since they aren't from the notable index
2024-10-14BLUERIDGE-12939Bulk adding a finding (that was already in the investigation) along with other findings on the Analyst Queue shows a success message even though the finding that was already included wasn't added
2024-10-09BLUERIDGE-12864Missing validation in UI while adding duplicate Finding fields in AQ settings page
2024-09-27BLUERIDGE-12602Cleanup `local/*.conf` files for deprecated modinputs, savedsearches, alert_actions
2024-09-13BLUERIDGE-12347Prompt modal shows reference ID and HRID combined instead of HRID for investigations
2024-09-09BLUERIDGE-12190Automation tab may appear for users who cannot run playbooks
2024-09-06BLUERIDGE-12176Resizing columns on the Analyst Queue can cause the column to be sorted or to show the column sort dialog
2024-09-03BLUERIDGE-12100Included findings table in AQ side panel is not sortable
2024-05-13BLUERIDGE-9351Status and owner both have a status called "unassigned" but also show a "unassigned" if no status is assigned which can be confusing

Splunk Enterprise Security 8.2.0 known issues

A list of key known issues in this version of Splunk Enterprise.