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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...