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!

September Community Champions: A Shoutout to Our Contributors!

As we close the books on another fantastic month, we want to take a moment to celebrate the people who are the ...

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...