Splunk Search

Limit Column Width in table

herbie
Path Finder

Hi,

I have the following SimpleResultsTable in a dashboard. I want to limit/reduce the width of the second column in the table, as the data can be quite long. I'd prefer if the column would wrap, but it's ok if it just cuts off the end of the text.

Is there any way to do this?

<module name="HiddenSearch" layoutPanel="panel_row3_col2" group="Key Transactions" autoRun="True">
<param name="search">index=svp sourcetype=odr tag::cs_uri_stem=* |stats count, avg(time_taken) as AvgResTime, p90(time_taken) as 90thPctlResTime by tag::cs_uri_stem, cs_uri_stem | rename tag::cs_uri_stem as Transaction, cs_uri_stem as URL</param>
<param name="groupLabel">Key Transactions</param>
<module name="JobProgressIndicator">
    <module name="EnablePreview">
        <param name="enable">True</param>
        <param name="display">False</param>
        <module name="SimpleResultsTable">
            <param name="count">20</param>
            <param name="drilldown">row</param>
            <param name="displayRowNumbers">false</param>
            <param name="allowTransformedFieldSelect">True</param>
            <module name="HiddenSearch" layoutPanel="panel_row3_col1">
                <param name="search">index=svp sourcetype=odr | stats count avg(time_taken) as AvgTimeTaken by cs_uri_stem</param>
                <module name="ConvertToIntention">
                    <param name="intention">
                        <param name="name">addterm</param>
                        <param name="arg">
                            <param name="tag::cs_uri_stem">$click.value$</param>
                        </param>
                    </param>
                    <module name="ViewRedirector">
                        <param name="viewTarget">flashtimeline</param>
                    </module>
                </module>
                <module name="ViewRedirectorLink">
                    <param name="viewTarget">flashtimeline</param>
                </module>
            </module>
        </module>
    </module>
</module>

Thanks in advance.

Ashley

araitz
Splunk Employee
Splunk Employee
0 Karma
Get Updates on the Splunk Community!

Data Management Digest – November 2025

  Welcome to the inaugural edition of Data Management Digest! As your trusted partner in data innovation, the ...

Splunk Mobile: Your Brand-New Home Screen

Meet Your New Mobile Hub  Hello Splunk Community!  Staying connected to your data—no matter where you are—is ...

Introducing Value Insights (Beta): Understand the Business Impact your organization ...

Real progress on your strategic priorities starts with knowing the business outcomes your teams are delivering ...