Dashboards & Visualizations

Table wrap

timbCFCA
Path Finder

I recently converted from a simple to advanced XML view for a parametrized search.
I would like to get the results (displayed in a SimplerResultsTable as of now) to word wrap.
The lines in the table are exceedingly long and impossible to print clearly without getting word wrap working.

I've tried using the SoftWrap option
Search

source="forechange" user="$user$" summary="$summary$"

        <module name="ViewstateAdapter">
          <module name="HiddenFieldPicker">
            <param name="strictMode">True</param>
            <module name="JobProgressIndicator"/>
            <module name="Paginator">
              <param name="count">10</param>
              <param name="entityName">results</param>

              <module name="SoftWrap" layoutPanel="panel_row1_col1">

                <module name="SimpleResultsTable">
                  <param name="fields">_time,user,desc,summary,details</param>

and updating the CSS with

.SimpleResultsTable table.simpleResultsTable {
    white-space:normal;
 }

Neither appears to be working. What am I doing wrong?

Tags (2)
1 Solution

Ayn
Legend

Try:

.SimpleResultsTable table.simpleResultsTable {
    white-space:pre-line;
}

View solution in original post

Ayn
Legend

Try:

.SimpleResultsTable table.simpleResultsTable {
    white-space:pre-line;
}

0waste_splunk
Communicator

where is this css located? in which CSS i should add this code? i have created a dashboard. there is no specific app.

0 Karma

Yunagi
Communicator

Create the CSS file under etc/apps/myapp/appserver/static/.
Also, you need to include the CSS file in your dashboard. Edit the first XML line as follows: dashboard stylesheet="formatting.css"

0 Karma

MHWong
New Member

Did you ever figure this out? I have this problem too.

0 Karma
Get Updates on the Splunk Community!

A Guide To Cloud Migration Success

As enterprises’ rapid expansion to the cloud continues, IT leaders are continuously looking for ways to focus ...

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...