Salam Splunkers, i'm experiencing an issue with the Splunk app after upgrading our Splunk SOAR platform to version 8.4. When testing the connection from the Splunk app, the test fails with the following error: App 'Splunk' started successfully (id: 1784368063970) on asset: 'splunk'(id: 17) Loaded action execution configuration 1 action failed Traceback (most recent call last): File "/opt/phantom/splunk-soar/apps/splunk_91883aa8-9c81-470b-97a1-5d8f7995f560/dependencies/python3.13/soar_sdk/decorators/test_connectivity.py", line 56, in inner result = function(**kwargs) File "/opt/phantom/splunk-soar/apps/splunk_91883aa8-9c81-470b-97a1-5d8f7995f560/src/app.py", line 736, in test_connectivity helper.validate_asset() ~~~~~~~~~~~~~~~~~~~~~^^ File "/opt/phantom/splunk-soar/apps/splunk_91883aa8-9c81-470b-97a1-5d8f7995f560/src/app.py", line 273, in validate_asset raise ValueError(SPLUNK_ERR_REQUIRED_CONFIG_PARAMS) ValueError: Please provide either API token or username and password in the asset configuration parameters for authentication Traceback (most recent call last): File "/opt/phantom/splunk-soar/apps/splunk_91883aa8-9c81-470b-97a1-5d8f7995f560/dependencies/python3.13/soar_sdk/decorators/test_connectivity.py", line 56, in inner result = function(**kwargs) File "/opt/phantom/splunk-soar/apps/splunk_91883aa8-9c81-470b-97a1-5d8f7995f560/src/app.py", line 736, in test_connectivity helper.validate_asset() ~~~~~~~~~~~~~~~~~~~~~^^ File "/opt/phantom/splunk-soar/apps/splunk_91883aa8-9c81-470b-97a1-5d8f7995f560/src/app.py", line 273, in validate_asset raise ValueError(SPLUNK_ERR_REQUIRED_CONFIG_PARAMS) ValueError: Please provide either API token or username and password in the asset configuration parameters for authentication The complete traceback indicates that the validation fails in helper.validate_asset() during the Test Connectivity action. We have already verified the following: • Configured the asset using username and password.. • Configured the asset using an API token generated from a Splunk Enterprise administrator account.. • Saved the asset configuration before running the test.. • The same asset configuration worked correctly on SOAR 7.x prior to upgrading.. The issue started only after upgrading to Splunk SOAR 8.4. Could you please advise whether this is a known issue with the Splunk app or SOAR 8.4? If there are any compatibility requirements, patches, or additional troubleshooting steps, please let us know. Environment: • Splunk SOAR: 8.4.0.166. Thank you for your assistance.
... View more