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!

Accelerating Observability as Code with the Splunk AI Assistant

We’ve seen in previous posts what Observability as Code (OaC) is and how it’s now essential for managing ...

Integrating Splunk Search API and Quarto to Create Reproducible Investigation ...

 Splunk is More Than Just the Web Console For Digital Forensics and Incident Response (DFIR) practitioners, ...

Congratulations to the 2025-2026 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...