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!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...