Splunk Search

ResultTable sort not working after renaming _time

sscandoit
Explorer

Hi,

I have to rename _time to "Download DateTime" in my view. I did the same using following in the search command:
eval my_time=_time | convert timeformat="%m/%d/%Y %H:%M:%S %p" ctime(my_time) | rename my_time as "Download_DateTime"

After renaming the column, the default sorting (up/down arrows) provided by SimpleResultTable doesn't work correctly. Is this happening because the column is converted to formatted string?

I also tried convert timeformat="%m/%d/%Y %H:%M:%S %p" ctime(_time) as "Download DateTime".

Is there a work around for this? Any help will be appreciated.

Thanks in advance,

Suvelee

0 Karma

gkanapathy
Splunk Employee
Splunk Employee

Yes, it is because you are trying to sort a string. Don't use convert. Instead, use the fieldformat command with the strftime() function.

0 Karma

sscandoit
Explorer

Thanks for the quick response. I tried using fieldformat comamnd but I got "Search operation 'fieldformat' is unknown. You might not have permission to run this operation."
I am using Splunk 4.1.2 version. Is fieldformat available in this version?

0 Karma
Get Updates on the Splunk Community!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.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 ...