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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...