Hello everyone! I have recently configured my minemeld modular input to be ingested in Splunk, but I keep getting the following errors: 09-22-2020 12:11:14.101 -0400 ERROR ExecProcessor - message from "/opt/splunk/bin/python3.7 /opt/splunk/etc/apps/Splunk_TA_paloalto/bin/minemeld_feed.py" TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType’ 09-22-2020 12:11:14.101 -0400 ERROR ExecProcessor - message from "/opt/splunk/bin/python3.7 /opt/splunk/etc/apps/Splunk_TA_paloalto/bin/minemeld_feed.py" indicator_timeout = int(helper.get_arg('indicator_timeout')) * 3600 09-22-2020 12:11:14.101 -0400 ERROR ExecProcessor - message from "/opt/splunk/bin/python3.7 /opt/splunk/etc/apps/Splunk_TA_paloalto/bin/minemeld_feed.py" File "/opt/splunk/etc/apps/Splunk_TA_paloalto/bin/minemeld_feed.py", line 72, in collect_events 09-22-2020 12:08:43.958 -0400 ERROR ExecProcessor - message from "/opt/splunk/bin/python3.7 /opt/splunk/etc/apps/Splunk_TA_paloalto/bin/minemeld_feed.py" TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType I tried accessing the feed page, and I can access it from the splunk server, has anyone experienced the same issue? Thanks
... View more