Splunk Dev

Why is Input page is not available in add-on (built with Add-on Builder)

TKelly
Explorer

I created an add-on with Add-on Builder and Modular input using Python code but the Input page is not available - Error 404 and message "Failed to load Inputs Page".

inputs.conf file was created just in the local folder and looks like this:

[khoros_api_python]

index = khoros
start_by_shell = false
python.version = python3
sourcetype = khoros_api_python
interval = 86400
 
What can be wrong? 
Labels (3)

VatsalJagani
SplunkTrust
SplunkTrust

Make sure in the backend in the App you have the below file available and that has an entry for the input type khoros_api_python.

* $SPLUNK_HOME/etc/apps/<app>/README/inputs.conf.spec

 

0 Karma

TKelly
Explorer

Screenshot of the ERROR message ====>

0 Karma

aweishe1
Explorer

facing the same problem.. did u managed to solve it?

0 Karma

VatsalJagani
SplunkTrust
SplunkTrust

@aweishe1 - Check my answer, and see if that applies in your case.

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...