Splunk Enterprise Security

Error after installnig Splunk Enterprise Security 5.0 Install on 6.3 leads to web integer literal error

doodoodonk
Engager

I installed 6.3 Splunk Enterprise and then went to install Splunk Enterprise Security 5.0 SPL and after the installation completed. The web interface never came back up. Nothing was listening on port 8000. I checked the web log and it failed to startup due to a literal error in the root.py file. Not really sure why this is happening. Any clues to a solution to fix this?

2018-06-14 12:11:38,617 INFO    [5b2293b6285cd1cc6898] lists:59 - List controller loaded: EntitiesListGenerator
2018-06-14 12:11:38,617 INFO    [5b2293b6285cd1cc6898] lists:65 - Setting lists/entities
2018-06-14 12:11:38,617 INFO    [5b2293b6285cd1cc6898] lists:59 - List controller loaded: JobsListGenerator
2018-06-14 12:11:38,617 INFO    [5b2293b6285cd1cc6898] lists:65 - Setting lists/jobs
2018-06-14 12:11:38,637 INFO    [5b2293b6285cd1cc6898] root:267 - Proxied mode ip_address=127.0.0.1 port=8065 exposed_port=8000:
2018-06-14 12:11:38,638 ERROR   [5b2293b6285cd1cc6898] root:826 - Unable to start splunkweb
2018-06-14 12:11:38,638 ERROR   [5b2293b6285cd1cc6898] root:827 - invalid literal for int() with base 10: '25000000log.screen = True'
Traceback (most recent call last):
  File "C:\Program Files\Splunk\Python-2.7\Lib\site-packages\splunk\appserver\mrsparkle\root.py", line 822, in <module>
    run(blocking=True)
  File "C:\Program Files\Splunk\Python-2.7\Lib\site-packages\splunk\appserver\mrsparkle\root.py", line 399, in run
    splunk_log_handler.maxBytes = int(global_cfg['log.error_maxsize'])
ValueError: invalid literal for int() with base 10: '25000000log.screen = True'

When I look at root.py. This is where the error happens.

if global_cfg.has_key('log.error_maxsize'):
    splunk_log_handler.maxBytes = int(global_cfg['log.error_maxsize'])
0 Karma
Get Updates on the Splunk Community!

Database Performance Sidebar Panel Now on APM Database Query Performance & Service ...

We’ve streamlined the troubleshooting experience for database-related service issues by adding a database ...

IM Landing Page Filter - Now Available

We’ve added the capability for you to filter across the summary details on the main Infrastructure Monitoring ...

Dynamic Links from Alerts to IM Navigators - New in Observability Cloud

Splunk continues to improve the troubleshooting experience in Observability Cloud with this latest enhancement ...