Dashboards & Visualizations

How to fix the row height and extend the cell width in Dashboard?

Renunaren
Loves-to-Learn Everything

Hi Team,

Please help us on the dashboard issue, we have a splunk xml dashboard table as shown in the below snippet. 

Renunaren_0-1685348546699.png

In the root cause column the entire event is coming . We need help so that the entire event should be adjusted to 4 lines and if required the column width can extend as per the event.

 

Labels (1)
0 Karma

kamlesh_vaghela
SplunkTrust
SplunkTrust

@Renunaren 

 

Here I suggest displaying the trimmed value in table view and displaying the full value by expanding the table row.  

This is a sample search for trimming value.

| makeresults | eval A="a
b
c
d
e
f
g
h
"
| rex field=A "(?<displayA>^.*\n.*\n.*\n.\n)"

 

 And this is an example of "How to use Row expansion"

https://community.splunk.com/t5/Dashboards-Visualizations/Receiving-quot-A-custom-JavaScript-error-c...

 

Let me know if you need more help on this.

 

Thanks
KV
If any of my replies help you to solve the problem Or gain knowledge, an upvote would be appreciated.

0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Get the T-shirt to Prove You Survived Splunk University Bootcamp

As if Splunk University, in Las Vegas, in-person, with three days of bootcamps and labs weren’t enough, now ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...