Installation

An error occurred while installing the app: 500

vryzhko
Path Finder

During update addons in Splunk Enterprise I have following issue:
"An error occurred while installing the app: 500"
I am not wanting to update addons from file manually. I need to decide cause of this issue.
Please help to look for cause?

Thanks!

Tags (2)
0 Karma
1 Solution

vryzhko
Path Finder

I had this issue, because proxy server was configured on splunk and dismissed. It is connection problem via proxy server in my case.

View solution in original post

0 Karma

Marian_Melnyk
New Member

Renaming of authorize.conf to authorize.conf.old in system/local helped in my case

0 Karma

sylax
Explorer

An error occurred while installing the app: 500 means that the app you are trying to install from the splunk web have a different file owner/permission from the user being used.

Change the app owner to the owner running splunkd

SSH into the server and chown -R your_splunk_user:your_splunk_group $SPLUNK_HOME/etc/apps/app_name

0 Karma

vryzhko
Path Finder

I had this issue, because proxy server was configured on splunk and dismissed. It is connection problem via proxy server in my case.

0 Karma

lmedina
New Member

I too am experiencing the same problem... Were you able to get any feedback from Splunk Support?

0 Karma

jkat54
SplunkTrust
SplunkTrust

What add ons are you upgrading? What process are you following to upgrade?

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...