I have a custom Splunk add-on that was developed and tested on Splunk Enterprise 10.1. It was functioning correctly and visible in the Apps list.
After upgrading Splunk to version 10.2, the add-on is no longer visible in the UI. The installation completes without errors, but the app does not appear under Apps.
I would like clarification on the following:
Are there any changes introduced in Splunk 10.2 that could cause an add-on to be hidden after upgrade?
Can settings like max_version in app.conf prevent the add-on from loading in newer versions?
Does Splunk 10.2 enforce new AppInspect or validation checks that could automatically disable an app?
What logs should I check to identify why the add-on is not appearing?
What is the recommended best practice to ensure an add-on remains compatible across future Splunk Enterprise upgrades?
The add-on uses standard configuration files and modular inputs (no unsupported APIs).
Any guidance on maintaining compatibility across minor Splunk upgrades would be appreciated.
Hi @Jayaraman
There is nothing that I can think of that would stop an app being visible following an upgrade, even if there was an issue with something like python version you would still see the app.
Can you confirm the app exists in $SPLUNK_HOME/etc/apps/<appID> ?
Do the permissions match the user that runs Splunk as? And matches the other apps?
To clarify, there was no 10.1.x for Splunk Enterprise (Cloud only) - I assume you came from 10.0.x to 10.2.0 ?
🌟 Did this answer help you? If so, please consider:
Your feedback encourages the volunteers in this community to continue contributing