Dashboards & Visualizations

Read Only Fieldset Input from Dynamic Drilldown

Jodge
Path Finder

Is it possible to have a fieldset input which is either hidden or read only?

The scenario is Form A has a dynamic drilldown to Form B.

Form A:


/app/example/form_b?form.field_1=$click.value$&form.field_2=$click.value2$

So Form B has fieldset & input entries with the tokens from the drilldown.

Form B:








But do not want the user to be able to change or maybe even see these values.

0 Karma
1 Solution

Jodge
Path Finder

It turns out that the answer is to use the Redirector and URLLoader modules of Sideview. So the above example would become: -

Form A:

form_b
$click.value2$
$search.timeRange.earliest$
$search.timeRange.latest$

And the receiving view would retrieve these values using: -

Form B:

<module name="URLLoader" layoutPanel="panel_row1_col1" autoRun="True">
  <module name="search">
    <param name="search">index="example" company="$field_1$"</param>
etc.

Am going to have to take a closer look at Sideview.

View solution in original post

0 Karma

Jodge
Path Finder

It turns out that the answer is to use the Redirector and URLLoader modules of Sideview. So the above example would become: -

Form A:

form_b
$click.value2$
$search.timeRange.earliest$
$search.timeRange.latest$

And the receiving view would retrieve these values using: -

Form B:

<module name="URLLoader" layoutPanel="panel_row1_col1" autoRun="True">
  <module name="search">
    <param name="search">index="example" company="$field_1$"</param>
etc.

Am going to have to take a closer look at Sideview.

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...