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!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...