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!

Exporting Splunk Apps

Join us on Monday, October 21 at 11 am PT | 2 pm ET!With the app export functionality, app developers and ...

Cisco Use Cases, ITSI Best Practices, and More New Articles from Splunk Lantern

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Build Your First SPL2 App!

Watch the recording now!.Do you want to SPL™, too? SPL2, Splunk's next-generation data search and preparation ...