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!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...