Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pdesai-crest committed Nov 30, 2022
1 parent 21ab466 commit 99604f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion splunk_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -1333,7 +1333,7 @@ def _run_query(self, search_query, action_result, attach_result=False, kwargs_cr
if not isinstance(result, dict):
continue

if not add_raw_field:
if not add_raw_field and result.get("_raw"):
del result["_raw"]

action_result.add_data(result)
Expand Down

0 comments on commit 99604f5

Please sign in to comment.