splunk / splunk-app-examples

App examples for Splunk Enterprise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to debug custom rest endpoint in development

tatdatpham opened this issue · comments

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.