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!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...