Splunk Search

How to rename _time column

webnair
Explorer

How to rename the _time to TIME in the below query:

|inputlookup currentesdorders.csv | dedup ORDER_NUMBER | where ORDER_TOTAL =0 | fields ESD_ORDER CREATION_DATE | eval ESD_ORDER=if(ESD_ORDER="Y","ESD","Physical") | eval _time=CREATION_DATE | timechart span=1w count(CREATION_DATE) as count by ESD_ORDER

Tags (2)
1 Solution

Isaias_Garcia
Path Finder

try this

...| rename _time AS TIME

View solution in original post

Isaias_Garcia
Path Finder

try this

...| rename _time AS TIME

Isaias_Garcia
Path Finder

oh is see..same question was asked before.you may try this: http://answers.splunk.com/answers/1275/renaming-_time-field-causes-an-unwanted-result

webnair
Explorer

Thanks for the quick answer. Th ecolumn name changes but then the time gets converted to unix format.
Hiw do I retain the date format for example: 2014-03-27

0 Karma
Get Updates on the Splunk Community!

Index This | What’s a riddle wrapped in an enigma?

September 2025 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with this ...

BORE at .conf25

Boss Of Regular Expression (BORE) was an interactive session run again this year at .conf25 by the brilliant ...

OpenTelemetry for Legacy Apps? Yes, You Can!

This article is a follow-up to my previous article posted on the OpenTelemetry Blog, "Your Critical Legacy App ...