Dashboards & Visualizations

[Sideview] Pulldown chain with interactive dynamic lookups

Laszlo_K
Explorer

I tried to build a multiple filter and each selected value should filter the other 3 filter's value lists, no matter in which order the filters are used. This worked with a simple XML dashboard and a bunch of post-processing searches.
Being a beginner with Sideview, I used a pulldown chain and it works only downstream, as expected 🙂
What should I change to have the desired functionality?
Thank you.

The pulldown chain:

  <param name="name">field1</param>
  <param name="label">Select field1</param>
  <param name="template">field1="$value$"</param>
  <param name="float">left</param>
  <param name="postProcess">|search $field2$ $field3$ $field4$ | dedup $name$ | sort $name$</param>
  <param name="valueField">$name$</param>
  <module name="Pulldown">
    <param name="name">field2</param>
    <param name="label">Select field2</param>
    <param name="template">field2="$value$"</param>
    <param name="float">left</param>
    <param name="postProcess">|search $field1$ $field3$ $field4$ | dedup $name$ | sort $name$</param>
    <param name="valueField">$name$</param>
    <module name="Pulldown">
      <param name="name">field3</param>
      <param name="label">Select field3</param>
      <param name="template">field3="$value$"</param>
      <param name="float">left</param>
      <param name="postProcess">| search $field1$ $field2$ $field4$ | dedup $name$ | sort $name$</param>
      <param name="valueField">$name$</param>
      <module name="Pulldown">
        <param name="name">field4</param>
        <param name="label">Select field4</param>
        <param name="template">field4="$value$"</param>
        <param name="float">left</param>
        <param name="postProcess">| search $field1$ $field2$ $field4$ | dedup $name$ | sort $name$</param>
        <param name="valueField">$name$</param>

        <module name="Search" layoutPanel="panel_row1_col1" autoRun="False">
           <param name="search"><![CDATA[ $search$ | search $field1$ $field2$ $field3$ $field4$ ]]></param>

          <module name="Pager">

             <module name="Table">
0 Karma
Get Updates on the Splunk Community!

Splunk Life | Happy Pride Month!

Happy Pride Month, Splunk Community! &#x1f308; In the United States, as well as many countries around the ...

SplunkTrust | Where Are They Now - Michael Uschmann

The Background Five years ago, Splunk published several videos showcasing members of the SplunkTrust to share ...

Admin Your Splunk Cloud, Your Way

Join us to maximize different techniques to best tune Splunk Cloud. In this Tech Enablement, you will get ...