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!

What’s New & Next in Splunk SOAR

Security teams today are dealing with more alerts, more tools, and more pressure than ever.  Join us on ...

Your Voice Matters! Help Us Shape the New Splunk Lantern Experience

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

September Community Champions: A Shoutout to Our Contributors!

As we close the books on another fantastic month, we want to take a moment to celebrate the people who are the ...