All Apps and Add-ons

Add-on Builder: How can I debug or log something within the editor while developing a Python script?

swe
Path Finder

Hi,

I am experimenting with the Splunk Add-on Builder and want to develop my own Python script within in. However, I don't see how I can debug or even log something within the editor.

So, when I am using "helper.log_error", where can I see that during development?

Thanks

1 Solution

gwang_splunk
Splunk Employee
Splunk Employee

Currently, you can not see the logs from the UI. The UI shows the events which will be put into splunk index.

You can check the file log file for your modular input. The file path is
$SPLUNK_HOME/var/log/splunk/_.log

View solution in original post

gwang_splunk
Splunk Employee
Splunk Employee

Currently, you can not see the logs from the UI. The UI shows the events which will be put into splunk index.

You can check the file log file for your modular input. The file path is
$SPLUNK_HOME/var/log/splunk/_.log

swe
Path Finder

ok thanks gwang!

0 Karma

larryleeroberts
Path Finder

So doing something like this in the code....
helper.log_info("Alert action started.")
You would not be able to find in a Splunk search?

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...