This app shows to work with the Data Science and Deep Learning app. The data scienece app check is the python app is installed.
But when I try to install app 2882, it says it is too big. Anyone else get this error when installing into an enterprise Splunk?
Python for Scientific Computing (for Linux 64-bit)
https://splunkbase.splunk.com/app/2882
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<response>
<messages>
<msg type="ERROR">
Content-Length of 753015768 too large (maximum is 524288000)
</msg>
</messages>
</response>
@spamarea1
You can adjust the upload limit by editing the web.conf
Go to your SPLUNK_HOME/etc/system/local/web.conf and update with below
[settings]
max_upload_size = 2048
-Restart Splunk
Regards,
Prewin
If this answer helped you, please consider marking it as the solution or giving a Karma. Thanks!
@spamarea1
You can adjust the upload limit by editing the web.conf
Go to your SPLUNK_HOME/etc/system/local/web.conf and update with below
[settings]
max_upload_size = 2048
-Restart Splunk
Regards,
Prewin
If this answer helped you, please consider marking it as the solution or giving a Karma. Thanks!
Much thanks for the ideas, I also added splunkdConnectionTimeout = 600 and I was able to downloaded it. I am accepting your post as the solution.