All Apps and Add-ons

Splunk App and edit app.conf

rmorlen
Splunk Employee
Splunk Employee

We use the version number in app.conf for version control of Splunk apps. I know you can directly edit the app.conf file and update the version number. Is there a way through the GUI to update this value? I saw for an app that you can edit properties which does an action=edit. Is there a way to customize this to include the version number?

Tags (3)
1 Solution

alacercogitatus
SplunkTrust
SplunkTrust

Possible, but not recommended. It might break when you upgrade (move to the local folder for the app just in case). That being said:

In the file $SPLUNK_HOME/etc/apps/search/default/data/ui/manager/apps_local.xml, locate the section for "Version". Add this into the list (in between list and create): <view name="edit"/>. This will work for any other properties as well.

View solution in original post

alacercogitatus
SplunkTrust
SplunkTrust

Possible, but not recommended. It might break when you upgrade (move to the local folder for the app just in case). That being said:

In the file $SPLUNK_HOME/etc/apps/search/default/data/ui/manager/apps_local.xml, locate the section for "Version". Add this into the list (in between list and create): <view name="edit"/>. This will work for any other properties as well.

rmorlen
Splunk Employee
Splunk Employee

Thank you. This worked.

0 Karma
Get Updates on the Splunk Community!

Splunk Smartness with Brandon Sternfield | Episode 3

Hello and welcome to another episode of "Splunk Smartness," the interview series where we explore the power of ...

Monitoring Postgres with OpenTelemetry

Behind every business-critical application, you’ll find databases. These behind-the-scenes stores power ...

Mastering Synthetic Browser Testing: Pro Tips to Keep Your Web App Running Smoothly

To start, if you're new to synthetic monitoring, I recommend exploring this synthetic monitoring overview. In ...