Dashboards & Visualizations

Route Forms input to script

simuvid
Splunk Employee
Splunk Employee

Hi folks,

maybe it's weird, but I want to use a simple form to create two inputs, which should be forwarded as variables to a script.

Based on the output of this script I can do in the next step some searches, but first I need to run this script as a data input.

Any help appreciated!

Cheers,

simuvid

Tags (1)
0 Karma

gkanapathy
Splunk Employee
Splunk Employee

This is not easy to do using the Splunk XML UI framework, short of writing your own custom modules. Possibly the XML and/or the search language and or Splunk macros can do the work for you? Otherwise, I can only suggest building your UI from scratch using any other tool, and getting the data from Splunk via the REST API.

0 Karma

gkanapathy
Splunk Employee
Splunk Employee

You can use the ServerSideInclude modules to include HTML in Splunk views. Not sure if this will help you that much as you would then have to have your HTML send data back to the Splunk framework, presumably. I don't know of any way for a search command to get the search string that contains it.

0 Karma

simuvid
Splunk Employee
Splunk Employee

Or is it possible to integrate html pages as a view to Splunk?

0 Karma

simuvid
Splunk Employee
Splunk Employee

Hi Gerald,

is it possible to forward a search string to a external script via piping the search to a command? I.e like outputcsv?

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...