I recently installed the Splunk Add-on builder on my local environment (not in the cloud) and developed an Add-on using python and Rest API. Things worked well, I created 2 data collections and data comes in.
I decided to remove the Rest API data collection and right after the Inputs page failed to load. I used to get the generic status code 500 but now it is "Request failed with status code 404".
I went through all of the discussions in the community and none of the answers helped me.
Internal Logs Search : index=_internal "error"
Result:
message from "/Applications/Splunk/bin/python3.7 /Applications/Splunk/etc/apps/splunk_assist/bin/uiassets_modular_input.py" RuntimeError: assist binary not found, path=/Applications/Splunk/etc/apps/splunk_assist/bin/darwin_x86_64/assistsup message from "/Applications/Splunk/bin/python3.7 /Applications/Splunk/etc/apps/splunk_assist/bin/uiassets_modular_input.py" raise RuntimeError(f'assist binary not found, path={full_path}')
Thanks in advance,
Aviv.
... View more