Splunk Search

What is the preference order when using the REST API setpriority?

szelenka
New Member

This document details how to use the REST API to perform actions on a given sid:
http://docs.splunk.com/Documentation/Splunk/6.3.3/RESTREF/RESTsearch#search.2Fjobs.2F.7Bsearch_id.7D...

One of the commands is setpriority which is documented as:

setpriority: Sets the priority of the search process. Arguments: priority=<0-10>

But it's unclear what the different values would do to a search. By default it seems most ad-hoc searches are given a priority value of 5.

If I have a query that I need to run with a higher priority (i.e. given preferential treatment over other searches running at priority level 5), should I set the priority level to 4 or 6? Is a priority level of 0 the most preferred, or is it 10? Or am I mis-interpreting what priority means on a search?

Tags (1)
0 Karma

martin_mueller
SplunkTrust
SplunkTrust

As per http://docs.splunk.com/Documentation/Splunk/6.3.3/RESTREF/RESTsearch#search.2Fjobs a higher number means a higher priority:

priority    An integer between 0-10 that indicates the search priority.
The priority is mapped to the OS process priority. The higher the number the higher the priority. The priority can be changed using action parameter for POST search/jobs/{search_id}/control. For example, for the action parameter, specify priority=5.
Note: In *nix systems, non-privileged users can only reduce the priority of a process. 
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!

Unlocking Unified Insights: New Gigamon Federated Search App for Splunk

In today’s data-heavy environment, organizations are caught in a data distribution dilemma. As data volumes ...

GA: New Data Management App in Splunk Platform

Streamlining Data Management: Introducing a unified experience in Splunk Managing data at scale shouldn’t feel ...

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 ...