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!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...