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!

Modern way of developing distributed application using OTel

Recently, I had the opportunity to work on a complex microservice using Spring boot and Quarkus to develop a ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had 3 releases of new security content via the Enterprise Security ...

Archived Metrics Now Available for APAC and EMEA realms

We’re excited to announce the launch of Archived Metrics in Splunk Infrastructure Monitoring for our customers ...