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!

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer at Splunk .conf24 ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...

Share Your Ideas & Meet the Lantern team at .Conf! Plus All of This Month’s New ...

Splunk Lantern is Splunk’s customer success center that provides advice from Splunk experts on valuable data ...