Hi,
On attempting to install apps from the browse section in the web front end, the UI model throws a server error. In the backend logs, this is what I see,
==> /opt/splunk/var/log/splunk/python.log <==
2016-06-01 14:22:34,200 +0000 ERROR __init__:188 - [HTTP 403] FORBIDDEN
Traceback (most recent call last):
File "/opt/splunk/lib/python2.7/site-packages/splunk/rest/__init__.py", line 186, in dispatch
methodOutput = method()
File "/opt/splunk/etc/system/bin/appsmanager.py", line 171, in handle_POST
raise splunk.RESTException(e.code, e.msg)
RESTException: [HTTP 403] FORBIDDEN
2016-06-01 14:22:34,200 ERROR [HTTP 403] FORBIDDEN
Traceback (most recent call last):
File "/opt/splunk/lib/python2.7/site-packages/splunk/rest/__init__.py", line 186, in dispatch
methodOutput = method()
File "/opt/splunk/etc/system/bin/appsmanager.py", line 171, in handle_POST
raise splunk.RESTException(e.code, e.msg)
RESTException: [HTTP 403] FORBIDDEN
I am trying to install the add-ons as the admin user created by the AWS AMI
↧