All Apps and Add-ons

How to troubleshoot why the SOC Prime SSL Framework for Splunk app is not working?

PHanton
New Member

I'm trying to get the SOC SSL Framework app working, but just nothing is happening.
How do I start to debug this?

0 Karma

jamesarmitage
Path Finder

You need to have a ssl_framework index, or override the destination of the logged events by creating your own indexes.conf and savedsearches.conf in the /local directory of the app.

You can manually trigger a report with the command:

/opt/splunk/bin/splunk cmd python /opt/splunk/etc/apps/SOCPrimeSSLFramework/bin/ssl-framework-report.py -c /opt/splunk/etc/apps/SOCPrimeSSLFramework/default/sslframework.conf

You can monitor the reporting progress by following the app's own logfile:

tail -f /opt/splunk/etc/apps/SOCPrimeSSLFramework/bin/ssl-framework-report.log

It seems to take 2-3 minutes per server for the report to be generated. After the scan is finished then an output file is written to /opt/splunk/etc/apps/SOCPrimeSSLFramework/reports. I found that after the initial install, the app didn't schedule a scan until around 12 hours later, so the dashboard was blank unless I manually ran a report using the command above.

Application error events are in the splunkd.log, you can monitor for them by watching:

tail -f /opt/splunk/var/log/splunk/splunkd.log | grep SOCPrimeSSLFramework

You can also do this through the Splunk search interface, by using the search index=_internal SOCPrimeSSLFramework and then filtering your results as needed.

alexverb
Engager

Hi PHanton, During 1 day your domains will be scanned and data from SSL labs could be pushed into your splunk. Also pls check python requirements (in install guide). You can manualy start script and collect data from comand line:
python $SPLUNK_HOME/etc/apps/SOCPrimeSSLFramework/bin/ssl-framework-report.py -c '$SPLUNK_HOME/etc/apps/SOCPrimeSSLFramework/default/sslframework.conf'

If you have more questions pls mail to dev@socprime.com
Regards,
Alex

0 Karma

PHanton
New Member

using Splunk 6.4

0 Karma
Get Updates on the Splunk Community!

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...