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!

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...