# Copyright (C) 2005-2024 Splunk Inc. All Rights Reserved. # Contains useful constants used across code base # Build time (Grunt) save away of current ITSI version # Helps avoid repeated REST calls to get the same value of ITSI version repeatedly in different parts of the code current_itsi_app_version = '4.19.1' KVSTORE_SPLUNKD_HOST_PATH = "https://localhost" KVSTORE_SPLUNKD_PORT = "8089" KVSTORE_SPLUNKD_USER = "admin"