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?"

Labels (1)
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!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Get the T-shirt to Prove You Survived Splunk University Bootcamp

As if Splunk University, in Las Vegas, in-person, with three days of bootcamps and labs weren’t enough, now ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...