Splunk Search

Why does Splunk module python script get an SSL error?

rockzers
Path Finder

how to access splunk using python script

when i run this code i get an error

import splunklib.client as client
service = client.connect(host='192.0.0.1', port=8000, username='username', password='password',verify=False) 
print(service)

shows an error

ssl.SSLError: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1129)
Labels (2)
0 Karma
1 Solution

yuanliu
SplunkTrust
SplunkTrust

splunklib.client is meant to connect to Splunk's REST API, which runs on port 8089 by default, not port 8000.   Unless you specifically changed configuration, that service at port 8000 is the Web user interface with plain text HTTP.  See example in Use Python SDK to export data.

View solution in original post

0 Karma

yuanliu
SplunkTrust
SplunkTrust

splunklib.client is meant to connect to Splunk's REST API, which runs on port 8089 by default, not port 8000.   Unless you specifically changed configuration, that service at port 8000 is the Web user interface with plain text HTTP.  See example in Use Python SDK to export data.

0 Karma
Get Updates on the Splunk Community!

Detecting Remote Code Executions With the Splunk Threat Research Team

WATCH NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If exploited, ...

Enter the Splunk Community Dashboard Challenge for Your Chance to Win!

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

.conf24 | Session Scheduler is Live!!

.conf24 is happening June 11 - 14 in Las Vegas, and we are thrilled to announce that the conference catalog ...