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 Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...