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!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...