@Meett Thanks for responding. I have created a Addon builder called TA-splunk-webhook-alerts and i have attached it to a alerts So, whenever that alert is triggered it will trigger the addon builder. this addon builder contains a python script which calls some api to push the alert data. new_0-1750160927496.png The above picture shows the some of python script. if you see the there are some log statements in it. like helper.log_info("username={}".format(username)) my question is whenever this script is executed where can i find these logs? i have not done any specific configuration for logging. helper.log_info is default one. FYI: I have developed this addon builder using splunk enterprise version 9 and installed in splunk cloud. in splunk enterprise i am able to find the location of logs($SPLUNK_HOME/var/log/splunk) but not in splunk cloud. Please assist to find the logs in splunk cloud.
... View more