Splunk Dev

C# SDK with predict command execution.

Jaravuy
New Member

How to execute Predict command using c# SDK.
Which version of C# SDK provides this option.

Tags (3)
0 Karma
1 Solution

jkat54
SplunkTrust
SplunkTrust

All versions of the the SDK should allow you to execute the predict command so long as your executing your search in the correct app context.

For example when you're setting up your search in code you might have the search string like this:
job = await service.Jobs.CreateAsync("search index=_internal | head 10");

There's no reason you couldnt use a search with the predict command here. The only issue may be if predict command is in searching and reporting app only, and your API user doesnt have access to it, etc.

View solution in original post

0 Karma

jkat54
SplunkTrust
SplunkTrust

All versions of the the SDK should allow you to execute the predict command so long as your executing your search in the correct app context.

For example when you're setting up your search in code you might have the search string like this:
job = await service.Jobs.CreateAsync("search index=_internal | head 10");

There's no reason you couldnt use a search with the predict command here. The only issue may be if predict command is in searching and reporting app only, and your API user doesnt have access to it, etc.

0 Karma
Get Updates on the Splunk Community!

How to Send Splunk Observability Alerts to Webex teams in Minutes

As a Developer Evangelist at Splunk, my team and I are constantly tinkering with technology to explore its ...

.conf25 Registration is OPEN!

Ready. Set. Splunk! Your favorite Splunk user event is back and better than ever. Get ready for more technical ...

Detecting Cross-Channel Fraud with Splunk

This article is the final installment in our three-part series exploring fraud detection techniques using ...