Splunk Dev

Authenticating to Splunk cloud causing "Unexpected DTD declaration. Line 1, position 3."

praveenp
Observer

I've created a trial account in Splunk cloud and I am trying to create index using the Splunk client C# SDK and when I try to login it throws "Unexpected DTD declaration. Line 1, position 3."

 

var service = new Service(new Uri("https://prd-p-8298m.splunkcloud.com"));
service.LogOnAsync("sc_admin", "password").Wait();

 

 I tried to change the port to 8089 as well but this caused "A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond." error

Any help on this would be appreciated. 

Thanks in advance

Labels (1)
0 Karma

ryanoconnor
Builder

Have you verified that port 8089 is open already? I would check this outside of the SDK first. 

This can be done with telnet if this is windows:

telnet prd-p-8298m.splunkcloud.com 8089

 

0 Karma

praveenp
Observer

The port is not open.

Got the following message from telent

"Connecting To prd-p-8298m.splunkcloud.com...Could not open connection to the host, on port 8089: Connect failed"

Can we enable that port in splunk cloud?

 

0 Karma

ryanoconnor
Builder

Yes port 8089 can be opened. You just need to file a support case.

 

https://docs.splunk.com/Documentation/SplunkCloud/latest/RESTTUT/RESTandCloud

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Observability Simplified: Combining User Experience, Application Performance & ...

Tech Talk Observability Simplified: Combining User Experience, Application Performance & Network ...

Event Series May & June: From Network Visibility to Service Intelligence

Unifying the Network: Moving from Alert Noise to Service Intelligence with Splunk ITSI In today’s hybrid ...

Global Splunk User Group Events: May + June 2026

Your Splunk Community Awaits: Discover Upcoming User Group Events Worldwide    Staying ahead in the fast-paced ...