Dashboards & Visualizations

Quick Key for Simple XML editing form?

sondradotcom
Path Finder

Team,

Editing simple xml in the Splunk GUI is awesome, but making the "Submit" button work via quick key, rather than making the user switch from keyboard to mouse with each submit, would be even more awesome. Thoughts on that? Is it out there and I just don't know it?

-S.

Tags (1)
0 Karma

nfilippi_splunk
Splunk Employee
Splunk Employee

You could disable the submit button altogether, causing the searches on your view to run on change of any of the inputs.
http://docs.splunk.com/Documentation/Splunk/latest/Viz/Exampleform#Auto-run_a_form

<fieldset autoRun="true" submitButton="false">
   ...
</fieldset>
0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...