diff --git a/splunktaucclib/rest_handler/util.py b/splunktaucclib/rest_handler/util.py index 23abd06..82cdd5e 100644 --- a/splunktaucclib/rest_handler/util.py +++ b/splunktaucclib/rest_handler/util.py @@ -82,7 +82,7 @@ def get_base_app_name(): absolute_path = os.path.normpath(main_name) parts = absolute_path.split(os.path.sep) parts.reverse() - for key in ("apps", "slave-apps", "master-apps"): + for key in ("apps", "peer-apps", "manager-apps"): try: idx = parts.index(key) if parts[idx + 1] == "etc":