Hi,
I have a PowerShell script that's being executed, but the event time is showing as the time the script runs.
The script outputs objects like this:
SplunkTime : 12/05/2015 15:32:06
RESEND_TYPE : 12404
SHOP_CODE : 1535
START_DAY : 512
START_NUMBER : 75244
END_DAY : 512
END_NUMBER : 75245
REQUEST_RECEIVED_AT : 12/05/2015 15:32:06
I've added the SplunkTime, but it's not shown on the search and the time is time the run time:
17/12/2015
22:43:27.000
RESEND_TYPE="12404"
SHOP_CODE="1535"
START_DAY="512"
START_NUMBER="97772"
END_DAY="512"
END_NUMBER="97773"
REQUEST_RECEIVED_AT="12/05/2015 17:19:36"
Any ideas?
Thanks,
Mark
↧