All Apps and Add-ons

S.O.S "Server to query" dropdown option to search all instances

bleung93
Path Finder

Hello, I have version 5.0.3, build 163460 of Splunk with S.O.S. app version 3.0.1

When entering the "UI and User Search Activity" dashboard, the drop-down menu for "Server to query:" displays all the servers that Splunk is installed on. How would I modify the dashboard to display all the servers at once in the results?

I do not want to extract the search query and enter host="*", I want the drop-down menu to have an option for all servers to query. Please advise.

martin_mueller
SplunkTrust
SplunkTrust

That's fairly simple to do. Go to Manager -> UI -> Views -> search_user_activity and scroll down about 1.5 screens. You'll find a Pulldown module that has an empty staticFieldsToDisplay param at the end. Change that to this:

<param name="staticFieldsToDisplay">
  <list>
    <param name="value">*</param>
  </list>
</param>

Note, doing that creates a copy of the view in etc/apps/sos/local/..., so any SoS updates to that view won't automatically take effect.

Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...