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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...