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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...