From c721f338c4735c53edbd44729db09c0c263f86d0 Mon Sep 17 00:00:00 2001 From: Hardik Dholariya Date: Mon, 14 Aug 2023 16:25:29 +0530 Subject: [PATCH] Updated as per review comments --- demo/test_device_inventory_v2.py | 1 + 1 file changed, 1 insertion(+) diff --git a/demo/test_device_inventory_v2.py b/demo/test_device_inventory_v2.py index 92b13359..01b1bbba 100644 --- a/demo/test_device_inventory_v2.py +++ b/demo/test_device_inventory_v2.py @@ -17,6 +17,7 @@ # Following things needs to be configured as per the splunk environment SPLUNK_USERNAME = "admin" SPLUNK_PASSWORD = "admin123" + HOSTNAME_POSTFIXES = ".ad.crossrealms.com, .crossrealms.com" APP_NAME = "cyences_app_for_splunk" DEVICE_INVENTORY_LOOKUP_COLLECTION = "test_collection"