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!

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 ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...