Getting Data In

can I pre-populate fields in "new input" pages in Splunk Manager?

Justin_Grant
Contributor

I'd like to create a shortcut for admins to create specific new data inputs. For example, if I want to have a shortcut which autmatically sets the Host regex for file inputs.

Is this possible? Obviously, the easiest way would be to use a URL (e.g. pointing to /manager/search/data/inputs/monitor/_new?action=edit) with query string parameters added which populate manager input page controls.

Or, a POST using client script which achieved the same thing would be fine too-- as long as the user can fill in the remaining fields manually.

Is this possible?

0 Karma

richprescott
Path Finder

Yes. You can edit the manager XMl files and include dropdowns with pre-populated information. Something similar to this:

             ....
             <element name="host" type="select">
              <options>
                <opt value="\w+" label="Words" />
                <opt value="\d+" label="Numbers" />
              </options>
             </element>
             ....
0 Karma
Get Updates on the Splunk Community!

Fall Into Learning with New Splunk Education Courses

Every month, Splunk Education releases new courses to help you branch out, strengthen your data science roots, ...

Super Optimize your Splunk Stats Searches: Unlocking the Power of tstats, TERM, and ...

By Martin Hettervik, Senior Consultant and Team Leader at Accelerate at Iver, Splunk MVPThe stats command is ...

How Splunk Observability Cloud Prevented a Major Payment Crisis in Minutes

Your bank's payment processing system is humming along during a busy afternoon, handling millions in hourly ...