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!

Introducing the 2024 SplunkTrust!

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

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...