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
Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...