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!

Get ready to show some Splunk Certification swagger at .conf24!

Dive into the deep end of data by earning a Splunk Certification at .conf24. We're enticing you again this ...

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

Now On-Demand Join us to learn more about how you can leverage Service Level Objectives (SLOs) and the new ...

Database Performance Sidebar Panel Now on APM Database Query Performance & Service ...

We’ve streamlined the troubleshooting experience for database-related service issues by adding a database ...