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 Mobile: Your Brand-New Home Screen

Meet Your New Mobile Hub  Hello Splunk Community!  Staying connected to your data—no matter where you are—is ...

Introducing Value Insights (Beta): Understand the Business Impact your organization ...

Real progress on your strategic priorities starts with knowing the business outcomes your teams are delivering ...

Enterprise Security (ES) Essentials 8.3 is Now GA — Smarter Detections, Faster ...

As of today, Enterprise Security (ES) Essentials 8.3 is now generally available, helping SOC teams simplify ...