Splunk Dev

Getting Syntax error with Splunk Python SDK on port 443

ppanteliad
New Member
Here's the weirdest piece of error I've ever seen. When I run the following code snippet I get a syntax error: line 1, column 0.

But when I change the port to anything else, the code is running. Any help?
import os
import splunklib.client as client
from dotenv import load_dotenv
def connect_to_splunk(username, password, host='splunk.my_company.biz', scheme='https'😞
try:
service = client.connect(username=username, password=password, host=host, scheme=scheme, port='443')
if service:
print("Splunk service created successfully")
except Exception as e:
print(e)
Labels (3)
Tags (2)
0 Karma
Get Updates on the Splunk Community!

See just what you’ve been missing | Observability tracks at Splunk University

Looking to sharpen your observability skills so you can better understand how to collect and analyze data from ...

Weezer at .conf25? Say it ain’t so!

Hello Splunkers, The countdown to .conf25 is on-and we've just turned up the volume! We're thrilled to ...

How SC4S Makes Suricata Logs Ingestion Simple

Network security monitoring has become increasingly critical for organizations of all sizes. Splunk has ...