- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quick Key for Simple XML editing form?
sondradotcom
Path Finder
05-14-2013
12:39 PM
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.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

nfilippi_splunk

Splunk Employee
05-14-2013
01:11 PM
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>
