Dashboards & Visualizations

Can't sort table results from a form search

jambajuice
Communicator

I have a form search that looks like the following:

<row>
    <table>
        <title>JAMBAJUICE</title>
        <searchTemplate>EventCode=644 OR EventCode=4740 Caller_Domain="DOMAIN" NOT (term OR Term) | stats count by user</searchTemplate>
            <option name="showPager">true</option>
                <option name="count">20</option>        
    </table>
</row>

When I get the results back, I don't see the fields available to sort the results. How do I get those to display on the table?

Thanks.

Tags (1)
0 Karma

Genti
Splunk Employee
Splunk Employee

What fields are showing up by default and What fields are you looking for?
Try adding this right underneath your searchTemplate:

<fields>My-first-field, my-second-field, etc</fields>

So your xml should be:

<row>
    <table>
        <title>JAMBAJUICE</title>
        <searchTemplate>EventCode=644 OR EventCode=4740 Caller_Domain="DOMAIN" NOT (term OR Term) | stats count by user</searchTemplate>
        <fields>My-first-field, my-second-field, etc</fields>
            <option name="showPager">true</option>
            <option name="count">20</option>        
    </table>
</row>
0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...