Getting Data In

What's the earliest date I can have in Splunk?

dart
Splunk Employee
Splunk Employee

The largest setting I can make for MAX_DAYS_AGO according to the props.conf.spec is 10951 days.

Is there anything I can do if I have data prior to 1984?

Tags (2)
1 Solution

martin_mueller
SplunkTrust
SplunkTrust

You can just set it to -1.

[oldstuff]
MAX_DAYS_AGO = -1

alt text

The props.conf reference doesn't mention that, so I'm not sure if there's any caveat around this.

View solution in original post

hemmerling
Engager

When adding data, You may set at
"Set Source Type", section "Advanced"

Name = MAX_DAYS_AGO
Value = -1

If you know about
https://en.wikipedia.org/wiki/Unix_time
you might expect that
1970-01-01
is the earliest date we can have in Splunk.

At least on Windows, indeed, the earliest date for Splunk is
1971-01-01
and not 1970-01-01 and even not 1970-12-31

PS: ISO date format is easily recognized by the pattern

Section "Timestamp"
Field: Timestamp format
Value: %Y-%m-%d

Sincerely
Rolf

martin_mueller
SplunkTrust
SplunkTrust

You can just set it to -1.

[oldstuff]
MAX_DAYS_AGO = -1

alt text

The props.conf reference doesn't mention that, so I'm not sure if there's any caveat around this.

Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...