Splunk Search

Why am I receiving the following exception "Read where response was expected" while trying to connect to Splunk?

Ralex1
New Member

Hi all,
I have the following code that tries to connect:

try
{
      var service = new Service(new Uri($"https://ec2-34-242-197-8.eu-west-1.compute.amazonaws.com:8089"));                          
      Login(service). Wait();
}
catch (Exception e)
{
      Console.Write($"Exception thrown while connecting: {e.Message}");
}

The Login command yields the exception: Read html where the response was expected
What am I doing wrong here?
Thanks,
Alex

0 Karma

amitm05
Builder

Can you try to check in the logs of your splunk machine. I believe the splunkd.log on your splunk instance will be able to give you more clear message of what is happening and further help in troubleshooting.

0 Karma

Ralex1
New Member

Thanks much!! definitely going to try to locate this file and look into it.
Many thanks !

0 Karma

DalJeanis
Legend

Is there really a space after the period in your code ?

   Login(service). Wait();

What is the function of the $ before the double-quotes? I don't find any examples that have that.

 new Uri($"https://ec2-34-242-197-8.eu-west-1.compute.amazonaws.com:8089")
         ^
0 Karma

Ralex1
New Member

Hi, thanks for your comments -
Re space- no space in the code itself, just a typo in the question.
Re $ sign - no functionality currently, can be removed. I've used it previously to test with several different ports, and then I had the $ useful as in the following example:

new Uri($"https://ec2-34-242-197-8.eu-west-1.compute.amazonaws.com:{nPort}")
Thanks,
Alex

0 Karma
Get Updates on the Splunk Community!

Detecting Remote Code Executions With the Splunk Threat Research Team

WATCH NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If exploited, ...

Enter the Splunk Community Dashboard Challenge for Your Chance to Win!

The Splunk Community Dashboard Challenge is underway! This is your chance to showcase your skills in creating ...

.conf24 | Session Scheduler is Live!!

.conf24 is happening June 11 - 14 in Las Vegas, and we are thrilled to announce that the conference catalog ...