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 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...