Splunk Search

How to add blank rows in a table?

dennisaraujo
Path Finder

Hi friends!!!

I am using the delta command to show the difference between two entries/values, but need to have a blank line after every two lines.

alt text

Thank you.

0 Karma

sundareshr
Legend

This should work

your current search | appendpipe [stats count as Diff by Producto | eval date_month="zzz" | eval Diff=" " ] | sort date_month Producto | eval date_month=if(count=" ", " ", date_month) | eval Producto=if(count=" ", " ", Producto) 
0 Karma

dennisaraujo
Path Finder

Hello guy,

Did not work:

alt text

Thanks.

0 Karma
Get Updates on the Splunk Community!

Observability Unlocked: Kubernetes Monitoring with Splunk Observability Cloud

  Ready to master Kubernetes and cloud monitoring like the pros?Join Splunk’s Growth Engineering team for an ...

Wrapping Up Cybersecurity Awareness Month

October might be wrapping up, but for Splunk Education, cybersecurity awareness never goes out of season. ...

🌟 From Audit Chaos to Clarity: Welcoming Audit Trail v2

🗣 You Spoke, We Listened  Audit Trail v2 wasn’t written in isolation—it was shaped by your voices.  In ...