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!

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer at Splunk .conf24 ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...

Share Your Ideas & Meet the Lantern team at .Conf! Plus All of This Month’s New ...

Splunk Lantern is Splunk’s customer success center that provides advice from Splunk experts on valuable data ...

Combine Multiline Logs into a Single Event with SOCK: a Step-by-Step Guide for ...

Combine multiline logs into a single event with SOCK - a step-by-step guide for newbies Olga Malita The ...