Splunk Dev

Splunk SDK for Python: Why the error Timeout error [Errno 60] Operation timed out?

Haydar
New Member

Hi there everyone, I'm a fresh beginner at Splunk SDK, was exploring stuff and tried to add a user using the library and the below code and it ended up with the error at the bottom. 

 

import splunklib.client as client

HOST = HOST
PORT = 8089
BEARER_TOKEN =BEARER_TOKEN

# Create a Service instance and log in
try:
service = client.connect(
host=HOST,
port=PORT,
splunkToken=BEARER_TOKEN,
verify=False
)
if service:
print("connected....)

except Exception as e:
print(e)


try:
service.users.create(
username="test123",
password="test321",
roles="admin"
)
except Exception as e:
print(f"and as it goeeees {e}")

 

TimeoutError: [Errno 60] Operation timed out

 

 

suggestions or guidance would be awesome if any

Sincerely

Haydar

Labels (5)
Tags (3)
0 Karma
Get Updates on the Splunk Community!

Threat Hunting Unlocked: How to Uplevel Your Threat Hunting With the PEAK Framework ...

WATCH NOWAs AI starts tackling low level alerts, it's more critical than ever to uplevel your threat hunting ...

Splunk APM: New Product Features + Community Office Hours Recap!

Howdy Splunk Community! Over the past few months, we’ve had a lot going on in the world of Splunk Application ...

Index This | Forward, I’m heavy; backward, I’m not. What am I?

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