Security

CIM compliant date field

lilredcrawfish
Explorer

Afternoon,

 

I'm trying to format the date field for the malware data model.  Converting it from epoc.  But I dont know what format is wants I've guessed a bunch of different formats but it says they are unexpected.

 

"unexpected values"

 

| convert ctime(date) timeformat="%Y-%m-%dT%H:%M:%S"

 

| convert ctime(date) timeformat=" WHAT FORMAT SHOULD THIS BE?"

0 Karma

venkatasri
SplunkTrust
SplunkTrust

Hi @lilredcrawfish 

Your timeformat is correct, testing an epoc date works fine. 

| makeresults | eval date="1623216888" 
| convert ctime(date) as new_date timeformat="%Y-%m-%dT%H:%M:%S" 
| table new_date

 Did you check your date fiels is the right epoc format?

-----

An upvote would be appreciated if it helps! 

0 Karma
Get Updates on the Splunk Community!

Index This | Why did the turkey cross the road?

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

Enter the Agentic Era with Splunk AI Assistant for SPL 1.4

  🚀 Your data just got a serious AI upgrade — are you ready? Say hello to the Agentic Era with the ...

Feel the Splunk Love: Real Stories from Real Customers

Hello Splunk Community,    What’s the best part of hearing how our customers use Splunk? Easy: the positive ...