Dashboards & Visualizations

Need clarification, CLI to refresh savedsearches.conf

somesoni2
SplunkTrust
SplunkTrust

Hi,

From the [post][1] , I learned that we can use following to refresh savedsearches.conf.

splunk _internal call /servicesNS/admin/search/admin/savedsearch/_reload -auth username

My doubt here is that will it refresh savedsearches.conf for just for
1. user=admin and app=search OR
2. user=all and app=search OR
3. user=all and app=all

  [1]: http://answers.splunk.com/answers/8696/how-to-reload-global-savedsearches
Tags (2)
0 Karma
1 Solution

MuS
SplunkTrust
SplunkTrust

Hi somesoni2,

just today I saw your question and did read some docs only minutes before, so here is the answer:

When you're using the Splunk REST API for namespace (/servicesNS/*) endpoints, you must ensure that you specify the correct user/app context for the endpoint:

https://<Splunk server>:<management port>/servicesNS/<user>/<app>/*

For shared application resources, specify nobody for <user>.
To specify all users or all apps, use the wildcard, '-'. For example: .../servicesNS/-/-/saved/searches. When using a wildcard for all users, this includes shared application resources accessible by all users.

So, in your example and based on the docs, you are reloading for user=admin and app=search.

hope this helps ...

cheers, MuS

View solution in original post

MuS
SplunkTrust
SplunkTrust

Hi somesoni2,

just today I saw your question and did read some docs only minutes before, so here is the answer:

When you're using the Splunk REST API for namespace (/servicesNS/*) endpoints, you must ensure that you specify the correct user/app context for the endpoint:

https://<Splunk server>:<management port>/servicesNS/<user>/<app>/*

For shared application resources, specify nobody for <user>.
To specify all users or all apps, use the wildcard, '-'. For example: .../servicesNS/-/-/saved/searches. When using a wildcard for all users, this includes shared application resources accessible by all users.

So, in your example and based on the docs, you are reloading for user=admin and app=search.

hope this helps ...

cheers, MuS

somesoni2
SplunkTrust
SplunkTrust

Thanks MuS, this clarifies my doubt.

0 Karma
Get Updates on the Splunk Community!

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...