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
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!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...