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!

Splunk ITSI & Correlated Network Visibility

  Now On Demand   Take Your Network Visibility to the Next Level In today’s complex IT environments, ...

Leveraging Detections from the Splunk Threat Research Team & Cisco Talos

  Now On Demand  Stay ahead of today’s evolving threats with the combined power of the Splunk Threat Research ...

New in Splunk Observability Cloud: Automated Archiving for Unused Metrics

Automated Archival is a new capability within Metrics Management; which is a robust usage & cost optimization ...