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!

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

What's New in Splunk Observability - October 2025

What’s New?    We’re excited to announce the latest enhancements to Splunk Observability Cloud and share ...