Splunk Search

Update search command string of search Manager by js

cuongnguyen112
Engager

i have an button that change the search command string, i want to update that string to "search" of searchManager and trigger the it to update data in the view
is that possible ?

can some one please help ?
example is better for me to understand .

0 Karma

kamlesh_vaghela
SplunkTrust
SplunkTrust

@cuongnguyen112

You can update SearchManager using below JS code.

var searchManager = new SearchManager(...) // this is your search manager
var UpdatedSearchCommand  = "Search My new search String";
searchManager.settings.set("search",UpdatedSearchCommand  )
searchManager.startSearch();

Thanks

0 Karma
Get Updates on the Splunk Community!

Deep Dive into Federated Analytics: Unlocking the Full Power of Your Security Data

In today’s complex digital landscape, security teams face increasing pressure to protect sprawling data across ...

Your summer travels continue with new course releases

Summer in the Northern hemisphere is in full swing, and is often a time to travel and explore. If your summer ...

From Alert to Resolution: How Splunk Observability Helps SREs Navigate Critical ...

It's 3:17 AM, and your phone buzzes with an urgent alert. Wire transfer processing times have spiked, and ...