Splunk Search

Is there any way to pass JavaScript variable to search module in view XML?

kasu_praveen
Communicator

Is there any way to pass JavaScript variable to search module in view XML?

My JavaScript code (application.js) generates field list to filter out the search results in my view XML. Is there any way to pass data from JS to view XML?

JavaScript code:

`function myCustomFunc(){
var fieldList
....
....
....
return fieldList;
}`

View XML:

`<module name="Search" layoutPanel="appHeader">
<param name="search">
...|...|...| table fieldList
</param>
</module>`
Tags (3)
0 Karma
1 Solution

martin_mueller
SplunkTrust
SplunkTrust

You can use the CustomBehavior module available in SideviewUtils. For an example of setting a value that can be used as $value$ in downstream modules you can take a look at the search_exploder view along with its search_exploder.js JavaScript file.

View solution in original post

martin_mueller
SplunkTrust
SplunkTrust

You can use the CustomBehavior module available in SideviewUtils. For an example of setting a value that can be used as $value$ in downstream modules you can take a look at the search_exploder view along with its search_exploder.js JavaScript file.

helenashton
Path Finder

A follow on from this:
My understanding is that this requires editing a js file. And it seems like I might have to have the same validation for all input boxes?
Is there a way to specify this from within the advanced XML dashboard?

0 Karma
Get Updates on the Splunk Community!

Join Us at the Builder Bar at .conf24 – Empowering Innovation and Collaboration

What is the Builder Bar? The Builder Bar is more than just a place; it's a hub of creativity, collaboration, ...

Combine Multiline Logs into a Single Event with SOCK - a Guide for Advanced Users

This article is the continuation of the “Combine multiline logs into a single event with SOCK - a step-by-step ...

Everything Community at .conf24!

You may have seen mention of the .conf Community Zone 'round these parts and found yourself wondering what ...