Splunk Search

Pulldown module outputs multiple result

abhayneilam
Contributor

Hi,

I want to use a Pulldown module globally like timepicker ( If we use timepicker , the entire dashboard gets refreshed and executes for that particular selected time , Likewise I want to have the same for Pulldown module , I would select one and it will effect the whole dashboard ) . Ex:- I have 2 dashboard panels in my dashboard and I want to select one or more option from pulldown list and it should effect both the panels . I can use Pulldown module for one dashboard panel,it is running fine but not for two or more.

Thanks in advance !!

1 Solution

martin_mueller
SplunkTrust
SplunkTrust

Since you're referrring to the Pulldown as a module I'm assuming you're using AdvancedXML.

To affect two searches and their panels by a Pulldown you have to place both searches under the Pulldown in the XML tree, like this (simplified):

<module name="Pulldown" layoutPanel="panel_row1_col1">
  <module name="Search" layoutPanel="panel_row2_col1">
    <module name="Table" />
  </module>
  <module name="Search" layoutPanel="panel_row2_col2">
    <module name="Table" />
  </module>
</module>

View solution in original post

martin_mueller
SplunkTrust
SplunkTrust

Since you're referrring to the Pulldown as a module I'm assuming you're using AdvancedXML.

To affect two searches and their panels by a Pulldown you have to place both searches under the Pulldown in the XML tree, like this (simplified):

<module name="Pulldown" layoutPanel="panel_row1_col1">
  <module name="Search" layoutPanel="panel_row2_col1">
    <module name="Table" />
  </module>
  <module name="Search" layoutPanel="panel_row2_col2">
    <module name="Table" />
  </module>
</module>
Get Updates on the Splunk Community!

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...

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