mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Move from stage to gstage
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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 = (
|
||||
|
||||
Reference in New Issue
Block a user