splunk / splunk-app-examples

App examples for Splunk Enterprise
Apache License 2.0
119 stars 72 forks source link

How to debug custom rest endpoint in development #25

Open tatdatpham opened 2 years ago

tatdatpham commented 2 years ago

Hi everyone,

I am following guide to create new custom REST endpoint, but I have problem on debug my code in local. How I can debug python code local. Currently, I am using Splunk Docker and mount local app to Splunk container. After every time changed code, I must refresh debug on Splunk. It is very taken time. Does everyone have other way to debug python code on Splunk.

Thank.