diff --git a/bin/ssa-end-to-end-testing/modules/streams_service_api_helper.py b/bin/ssa-end-to-end-testing/modules/streams_service_api_helper.py index 8d5a7dbbb1..f3df2bf54d 100644 --- a/bin/ssa-end-to-end-testing/modules/streams_service_api_helper.py +++ b/bin/ssa-end-to-end-testing/modules/streams_service_api_helper.py @@ -22,7 +22,7 @@ LOGGER = logging.getLogger(__name__) TENANT_PLAYGROUND = f"research2" TENANT_STAGING = f"research" BASE_URL_PLAYGROUND = f"https://api.playground.scp.splunk.com/" -BASE_URL_STAGING = f"https://api.staging.scp.splunk.com/" +BASE_URL_STAGING = f"https://api.staging.scs.splunk.com/" # Streaming Pipelines REST endpoints CONNECTIONS_ENDPOINT = f"streams/v3beta1/connections" @@ -441,7 +441,7 @@ class DSPApi: LOGGER.info(f"Submit Search Job") response = requests.post(self.return_api_endpoint(SUBMIT_SEARCH_ENDPOINT), json=data, headers=request_headers(self.header_token)) if response.status_code != HTTPStatus.CREATED: - LOGGER.error(f"Submit search job failed.") + LOGGER.error(f"Submit search job failed: %s", response.text) return None else: response_body = response.json() diff --git a/bin/ssa-end-to-end-testing/modules/utils.py b/bin/ssa-end-to-end-testing/modules/utils.py index 1faefb8613..130e2829ef 100644 --- a/bin/ssa-end-to-end-testing/modules/utils.py +++ b/bin/ssa-end-to-end-testing/modules/utils.py @@ -14,7 +14,7 @@ LOGGER = logging.getLogger(__name__) # Macros PULSAR_SOURCE_CONNECTION_ID_PLAYGROUND = f"29fb61f1-9342-48f5-9793-1afa008c377b" PULSAR_SOURCE_TOPIC_PLAYGROUND = f"persistent://ssa/egress/decorated-events-research2" -PULSAR_SOURCE_CONNECTION_ID_STAGING = f"b8c81601-a7e0-4501-802c-cb2831c72b6f" +PULSAR_SOURCE_CONNECTION_ID_STAGING = f"d156ed3a-1254-469a-bffc-9dd6eda97ac6" PULSAR_SOURCE_TOPIC_STAGING = f"persistent://ssa/egress/decorated-events-research" READ_SSA_ENRICHED_EVENTS_EXPANDED = (