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!

The Payment Operations Wake-Up Call: Why Financial Institutions Can't Afford ...

The same scenario plays out across financial institutions daily. A payment system fails at 11:30 AM on a busy ...

Make Your Case: A Ready-to-Send Letter for Getting Approval to Attend .conf25

Hello Splunkers, Want to attend .conf25 in Boston this year but not sure how to convince your manager? We've ...

Community Spotlight: A Splunk Expert's Journey

In the world of data analytics, some journeys leave a lasting impact not only on the individual but on the ...