All Apps and Add-ons

Pulldown values from PostProcess

Parameshwara
Path Finder
<module name="Search">
    <param name="search">index=aaa | stats count by BBB CCC</param>    
    <module name="PostProcess">
        <param name="search">dedup BBB | fields BBB</param>
        <module name="Pulldown">
            <param name="float">left</param>
            <param name="name">BBBList</param>
            <param name="label">BBB List</param>
            <param name="staticFieldsToDisplay">
            <list>
                <param name="label"></param>
                <param name="value"></param>
            </list>
            </param>
                <param name="searchFieldsToDisplay">
                <list>
                    <param name="label">BBB</param>
                    <param name="value">BBB</param>
                </list>
            </param>
        </module> <!-- End Pulldown -->
    </module> <!-- End PostProcess -->
</module> <!-- End Search -->

The pulldown lists all the BBB field items rather than what I've specified in the postprocess. Why?

0 Karma

sideview
SplunkTrust
SplunkTrust

I'm definitely missing something. The Pulldown lists all the values of the BBB field because that's exactly what you have specified in the PostProcess.

With a base search of

index=aaa | stats count by BBB CCC

and a postprocess search of

dedup BBB | fields BBB

and a searchFieldsToDisplay param on your Pulldown specifying that both option values and option labels should be pulled from the values of BBB - the Pulldown will indeed be rendering the distinct values of BBB as its options.

Can you elaborate on what you expect it to do instead?

0 Karma
Get Updates on the Splunk Community!

Data Management Digest – December 2025

Welcome to the December edition of Data Management Digest! As we continue our journey of data innovation, the ...

Index This | What is broken 80% of the time by February?

December 2025 Edition   Hayyy Splunk Education Enthusiasts and the Eternally Curious!    We’re back with this ...

Unlock Faster Time-to-Value on Edge and Ingest Processor with New SPL2 Pipeline ...

Hello Splunk Community,   We're thrilled to share an exciting update that will help you manage your data more ...