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
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Thanks for the Memories! Splunk University, .conf25, and our Community

Thank you to everyone in the Splunk Community who joined us for .conf25, which kicked off with our iconic ...

Data Persistence in the OpenTelemetry Collector

This blog post is part of an ongoing series on OpenTelemetry. What happens if the OpenTelemetry collector ...

Introducing Splunk 10.0: Smarter, Faster, and More Powerful Than Ever

Now On Demand Whether you're managing complex deployments or looking to future-proof your data ...