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!

Introducing the 2024 SplunkTrust!

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

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...