pygraphistry icon indicating copy to clipboard operation
pygraphistry copied to clipboard

fix(demos): Fix Splunk integration in Corelight notebook

Open SinsBre opened this issue 5 months ago • 0 comments

Previous implementation had broken JSON parsing in splunkToPandas function causing data retrieval failures.

  • Fix splunkToPandas to use JSONResultsReader with proper output_mode
  • Fix regex escape sequence warnings in helper functions
  • Add proper error handling for pagination
  • Clean up notebook structure

This ensures the demo notebook works correctly with current Splunk SDK and maintains clean example code.

SinsBre avatar Jul 29 '25 23:07 SinsBre