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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...