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!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...

Updated Data Management and AWS GDI Inventory in Splunk Observability

We’re making some changes to Data Management and Infrastructure Inventory for AWS. The Data Management page, ...