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
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...