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!

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 ...