Hi,
I am converting all statements from my log parser tool to Splunk. I didn't get the exact conversion for date and time timezone format.
Please find my search here from log parser.
Log parser:
TO_LOCALTIME(QUANTIZE(TO_TIMESTAMP(date, time), 1)) as Second, COUNT(*)
I want to convert above statement into Splunk syntax format.
Please help me on this.
↧