Getting Data In

How to find .conf files on a splunk interface which is only accessible via a URL?

hunterpj
Path Finder

I need to locate the savedsearches.conf on a Splunk web server i.e. I can only reach this Splunk instance with a URL. if there is an app that allows this to happen that would be great too. I essentially want to copy/paste these alerts from the online instance to another instance, however I can only obtain the saved search properties via job inspection, which isn't in the format I want.

0 Karma
1 Solution

MuS
SplunkTrust
SplunkTrust

Hi hunterpj,

you can always use REST calls if you have the privilege to use them:

 | REST splunk_server=local /servicesNS/-/-/saved/searches/

will give you a list of the saved searches that are not private.

There is also an App called Web Terminal https://splunkbase.splunk.com/app/1607/ which allows you to use btool from the Splunk UI and therefore use this command to list all saved searches from any savedsearches.conf

splunk cmd btool savedsearches list --debug

remember you need to exclude all default settings from this output.

Hope this helps ...

cheers, MuS

View solution in original post

MuS
SplunkTrust
SplunkTrust

Hi hunterpj,

you can always use REST calls if you have the privilege to use them:

 | REST splunk_server=local /servicesNS/-/-/saved/searches/

will give you a list of the saved searches that are not private.

There is also an App called Web Terminal https://splunkbase.splunk.com/app/1607/ which allows you to use btool from the Splunk UI and therefore use this command to list all saved searches from any savedsearches.conf

splunk cmd btool savedsearches list --debug

remember you need to exclude all default settings from this output.

Hope this helps ...

cheers, MuS

hunterpj
Path Finder

Is there any way to view the configurations file directly using the REST API? This helps, but isn't in the format of the savedsearches.conf as shown in the local savedsearches.conf file I have on my local instance. I am currently trying to use the REST API command configs/conf-{file}/{name}, but its not working for me.

MuS
SplunkTrust
SplunkTrust

Might be a permission issue.
If you can use the Web Terminal and run btool you would get a list that you can use to copy / paste.

cheers, MuS

0 Karma

hunterpj
Path Finder

Thank you for your help, this works.

0 Karma

hunterpj
Path Finder

As another note for anyone who comes along, I used in the Web Terminal the command:
btool savedsearches list --app=SPLUNK_APP

It works really well in isolating the alerts you want by app.

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