In Splunk I see this built in field "_time". I am able to use it in my stats and and it gives me some time.
My question is,
Does this field give the time when the event was generated by my corresponding "source server"?
OR
Does this field give me the time of when that event was indexed by the "Splunk server" ?
HI @zacksoft,
Does this field give the time when the event was generated by my corresponding "source server"? : No Not directly.
OR
Does this field give me the time of when that event was indexed by the "Splunk server"?
Splunk software uses the following precedence rules to assign timestamps to events:
Check this link:
http://docs.splunk.com/Documentation/SplunkCloud/6.6.3/Data/HowSplunkextractstimestamps
Thanks
Kamlesh
HI @zacksoft,
Does this field give the time when the event was generated by my corresponding "source server"? : No Not directly.
OR
Does this field give me the time of when that event was indexed by the "Splunk server"?
Splunk software uses the following precedence rules to assign timestamps to events:
Check this link:
http://docs.splunk.com/Documentation/SplunkCloud/6.6.3/Data/HowSplunkextractstimestamps
Thanks
Kamlesh
Thanks Kamlesh.
Hi @zacksoft,
The _time field contains an event's timestamp expressed in Unix time. This field is used to create the event timeline in Splunk Web.
You can also go through below splunk docs.
https://docs.splunk.com/Documentation/Splunk/7.0.1/Knowledge/Usedefaultfields
It is the time Splunk thinks the event occurred.
Not the time it was indexed.