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!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...