# Copyright (C) 2005-2024 Splunk Inc. All Rights Reserved. import re from itsi_py3 import _ from ITOA.itoa_object import ItoaObject from ITOA.setup_logging import logger from ITOA.itoa_common import is_valid_num class ItsiHomeView(ItoaObject): ''' Implements ITSI home view ''' log_prefix = '[ITSI Home View] ' collection_name = 'itsi_service_analyzer' service_id_regex = re.compile('^(?!-)([a-zA-Z0-9-_]+?)(?