Skip to content

Commit

Permalink
Merge branch 'ilappe/XSUP-38778/fix_drilldown_searches' of https://gi…
Browse files Browse the repository at this point in the history
…thub.com/demisto/content into ilappe/XSUP-38778/fix_drilldown_searches
  • Loading branch information
ilappe committed Jul 11, 2024
2 parents d2e9852 + 5935479 commit 763777b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Packs/SplunkPy/Integrations/SplunkPy/SplunkPy.py
Original file line number Diff line number Diff line change
Expand Up @@ -1078,7 +1078,7 @@ def get_drilldown_searches(notable_data):
# The drilldown_searches are a list of searches data stored as json strings:
return parse_drilldown_searches(drilldown_search)
else:
# The drilldown_searches are a json string of dict/list search data.
# The drilldown_searches are a dict/list of the search data in a JSON string representation.
return parse_drilldown_searches([drilldown_search])
return []

Expand Down
2 changes: 1 addition & 1 deletion Packs/SplunkPy/ReleaseNotes/3_1_33.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

##### SplunkPy

- Fixed an issue where the drilldown enrichment of a list with single drilldown search has stopped working.
- Fixed an issue where the drilldown enrichment of a single drilldown search has stopped working.
- Updated the Docker image to: *demisto/splunksdk-py3:1.0.0.103333*.

0 comments on commit 763777b

Please sign in to comment.