You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
667 B
17 lines
667 B
# Copyright (C) 2005-2025 Splunk Inc. All Rights Reserved.
|
|
|
|
SERVER_INFO_ENDPOINT = "/services/server/info"
|
|
TENANT_CONFIG_ENDPOINT = "/services/server/scs/tenantinfo"
|
|
SERVER_SETTINGS_ENDPOINT = "/services/server/settings"
|
|
CLOUD_STACK = "cloud"
|
|
SPLUNKD_SCS_TOKEN_ENDPOINT = "/services/authorization/scs_tokens"
|
|
NOTABLE_EVENT_ENDPOINT = "/ea-ingest/v1alpha1/notableevents"
|
|
NEAPS_ENDPOINT = "/ea-ingest/v1alpha1/policies"
|
|
HIGH_SCALE_EA_FEATURE_FLAG = "itsi-high-scale-ea"
|
|
RE_QUEUE_MODE_FEATURE_FLAG = "itsi-rulesengine-queue"
|
|
DEFAULT_NOTABLE_EVENT_BATCH_SIZE = 10000
|
|
DEFAULT_MAX_RETRY = 3
|
|
DEFAULT_RETRY_INTERVAL = 5
|
|
ITSI_SERVICE_PRINCIPAL = "itsi"
|
|
TOKEN_SCOPE = "system"
|