Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support multiple drilldown searches response (demisto#34327)
* handled more than one drilldown search * Change the Submitted condition * Edited handle submitted notables * Edited SplunkShowDrilldown script * Fixed the to_incident function to keep BC * Present Results by Search Query * limit results table to a const * Use time frame of multiple drilldowns * added query name to the context and layout * added query name to the layout * Changed comment wordings * Removed unnecessary function * removed unnecessary loop * parse query name * Improved layout * Comments Improvements * Added docs * Added the RN file * fix comment * Updated the docker image * pre-commit changes * Fixed too long lines * Fixed timeframe test * Improve readme reference * fixed drilldown_enrichment function * Fixed drilldown_enrichment function for unsuccessful enrichments * Fixed RN * pre commit fixes * Removed unnecessary debug message * failed_to_submit condition change * added unit tests * Added Unit Tests * pre commit fixes * pre commit fixes * pre comit more fixes * pre commit more fixes * Added unit tests for SplunkShowDrilldown script * pre commit fixes * Fixed the Submitted condition * Improved logs * pre commit fixes * fixed explanation * Added info level log * Pre commit fixes * Improved the call to parse a query name * Update Packs/SplunkPy/Integrations/SplunkPy/README.md Co-authored-by: ShirleyDenkberg <[email protected]> * Update Packs/SplunkPy/Integrations/SplunkPy/README.md Co-authored-by: ShirleyDenkberg <[email protected]> * Update Packs/SplunkPy/Integrations/SplunkPy/README.md Co-authored-by: ShirleyDenkberg <[email protected]> * Update Packs/SplunkPy/Integrations/SplunkPy/SplunkPy.yml Co-authored-by: ShirleyDenkberg <[email protected]> * Update Packs/SplunkPy/Integrations/SplunkPy/SplunkPy_description.md Co-authored-by: ShirleyDenkberg <[email protected]> * Update Packs/SplunkPy/Integrations/SplunkPy/SplunkPy_description.md Co-authored-by: ShirleyDenkberg <[email protected]> * Update Packs/SplunkPy/Integrations/SplunkPy/SplunkPy_description.md Co-authored-by: ShirleyDenkberg <[email protected]> * Update Packs/SplunkPy/ReleaseNotes/3_1_28.md Co-authored-by: ShirleyDenkberg <[email protected]> * Edited the description of 'Number of Events Per Enrichment Type' param * change info level to error level * Changed the structure of the drilldown search results * Pre-commit fixes * Update Packs/SplunkPy/Integrations/SplunkPy/README.md Co-authored-by: yuvalbenshalom <[email protected]> * Update Packs/SplunkPy/Integrations/SplunkPy/README.md Co-authored-by: yuvalbenshalom <[email protected]> * Update Packs/SplunkPy/Integrations/SplunkPy/SplunkPy.py Co-authored-by: yuvalbenshalom <[email protected]> * Removed temp const * Added BC json to the RN * Added ids to the unit tests --------- Co-authored-by: ShirleyDenkberg <[email protected]> Co-authored-by: yuvalbenshalom <[email protected]>
- Loading branch information