Dashboards & Visualizations

how to wrap results to single line in a table in dashboard studio

salinasaritha43
Loves-to-Learn

we have a table with large text values . those values need to be truncated to single line

Labels (1)
0 Karma

marnall
Motivator

If you have one or a few columns in your table, you could use the substr function in your search to set a maximum number of characters.

 

E.g. to truncate the field "col" to 100 characters.

<your search>

| eval col = substr(col,0,100)
0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...