Splunk Search

Problem running "search" example in c# SDK

afd0174
Explorer

Hi,

I have a question about the Splunk C# SDK. I have successfully built the SDK and can use the example submit() program to submit test data to my splunk instance. When I invoke the example search() program to retrieve the same data I submitted, I get some of my results printed to the command window, but then an exception is thrown:

Unhandled Exception: System.Net.WebException: The request was aborted: The connection was closed unexpectedly

I've tried modifying a number of parameter values on the HttpWebRequest object within the Send() method of the HttpService object without success (e.g. KeepAlive = false, large values for all of the timeout parameters). Any ideas on what the problem might be? Thanks.

-Andy

Tags (4)
0 Karma
1 Solution

ywu_splunk
Splunk Employee
Splunk Employee

I'd suggest using fiddler to trace http if you have not done so. Below is how to do so.

You may also experiment with different searches with results of different sizes and speeds.

Install Fiddler
http://fiddler2.com/get-fiddler

Pick version 2 release on the right.

After installation. Go to Tools->Fidder Options->HTTPS tab. Check everything to enable full https decryption.

View solution in original post

araitz
Splunk Employee
Splunk Employee

Did you try https?

0 Karma

ywu_splunk
Splunk Employee
Splunk Employee

I'd suggest using fiddler to trace http if you have not done so. Below is how to do so.

You may also experiment with different searches with results of different sizes and speeds.

Install Fiddler
http://fiddler2.com/get-fiddler

Pick version 2 release on the right.

After installation. Go to Tools->Fidder Options->HTTPS tab. Check everything to enable full https decryption.

afd0174
Explorer

OK, thanks, I'll give it a try.

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!

Announcing Modern Navigation: A New Era of Splunk User Experience

We are excited to introduce the Modern Navigation feature in the Splunk Platform, available to both cloud and ...

Modernize your Splunk Apps – Introducing Python 3.13 in Splunk

We are excited to announce that the upcoming releases of Splunk Enterprise 10.2.x and Splunk Cloud Platform ...

Step into “Hunt the Insider: An Splunk ES Premier Mystery” to catch a cybercriminal ...

After a whole week of being on call, you fell asleep on your keyboard, and you hit a sequence of buttons that ...