diff --git a/global_helpers/panther_base_helpers.py b/global_helpers/panther_base_helpers.py index fdb1da34f..d29e97c85 100644 --- a/global_helpers/panther_base_helpers.py +++ b/global_helpers/panther_base_helpers.py @@ -320,7 +320,7 @@ def deep_walk( Parameters: obj (any): the original log event passed to rule(event) - and nested objects retrieved recursively + and nested objects retrieved recursively keys (str): comma-separated list of keys used to traverse the event object default (str): the default value to return if the desired key's value is not present return_val (str): string specifying which value to return