Splunk Enterprise

Classic Dashboard - need line breaks in select cells

genesiusj
Builder

Hello,

This is the result from one of my rows in Search & Reporting (Web).

Job Code
039081934400000 (4)
082441325900000 (199)
 
However, when my code is used in a classic dashboard the results are this.
 
Job Code
039081934400000 (4) 082441325900000 (199)
 
How do I control my dashboard output to display like my search output?

 

 

| inputlookup job_codes_2024.csv
```all fields in the lookup above begin with the letter j, except for the field cntrl```
| foreach j*
```add line feed at the end of all fields beginning with the letter j```
   [| rex field=<<FIELD>> mode=sed "s/$/\n/g"]
```group all fields by the cntrl value```
| stats values(*) as * by cntrl

 

 

Thanks and God bless,
Genesius

Labels (1)
Tags (3)
0 Karma
Get Updates on the Splunk Community!

Observability Release Update: AI Assistant, AppD + Observability Cloud Integrations & ...

This month’s releases across the Splunk Observability portfolio deliver earlier detection and faster ...

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

&#x1f48c;Keep the new year’s momentum going with our February lineup of Community Office Hours, Tech Talks, ...

Preparing your Splunk Environment for OpenSSL3

The Splunk platform will transition to OpenSSL version 3 in a future release. Actions are required to prepare ...