Hey there guys, running into an issue that causing Splunkweb to not start on our deployment server. Here's the output of the last log file. Anyone know what the potential issue is by chance?
2020-07-30 16:53:05,444 ERROR [5f235d5e3a7f1fe39018d0] root:769 - Unable to start splunkweb
2020-07-30 16:53:05,444 ERROR [5f235d5e3a7f1fe39018d0] root:770 - invalid literal for int() with base 10: '1000 // increases SplunkWeb upload limit to 1GB'
Traceback (most recent call last):
File "/opt/splunk/lib/python3.7/site-packages/splunk/appserver/mrsparkle/root.py", line 765, in <module>
run(blocking=True)
File "/opt/splunk/lib/python3.7/site-packages/splunk/appserver/mrsparkle/root.py", line 595, in run
cfg['global']['server.max_request_body_size'] = int(maxsize) * 1024 * 1024
ValueError: invalid literal for int() with base 10: '1000 // increases SplunkWeb upload limit to 1GB'
[root@sc9splunklic splunk]#
Thank you!