Splunk Search

Rename column name in stats

jayavasge
New Member

index =* "log" earliest =@d-4h latest=@d+8h | rex "(?\w*)<" | dedup ticketId | stats count as today

Want to rename column name(today) into event date. Kindly support.

Tags (1)
0 Karma

renjith_nair
Legend

@jayavasge ,

index = "log" earliest =@d-4h latest=@d+8h | rex "(?\w)<" | dedup ticketId | stats count as "event date"
---
What goes around comes around. If it helps, hit it with Karma 🙂

chrisyounger
SplunkTrust
SplunkTrust

Give this a burl: index = "log" earliest =@d-4h latest=@d+8h | rex "(?\w)<" | dedup ticketId | stats count as today| rename today as "event date"

Good luck!

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...