Security

Time for Data ( _time )

jimjohn
Path Finder

Can anybody explain how _time of splunk get populated.
When i read data from data base i can see diffrent date in _time filed.
My understanding is that _time is the time when data is fetched from DB.
Is there anyway to give fetching time to _time field when trying to read from DB

0 Karma

kristian_kolb
Ultra Champion

Did you see the documentation for DB Connect?

output.timestamp.column = <string>
* The column of the result set from which the timestamp is fetched. If this is omitted, the monitor execution time is used as the timestamp value.

http://docs.splunk.com/Documentation/DBX/latest/DeployDBX/inputsspec

0 Karma

alacercogitatus
SplunkTrust
SplunkTrust

_time is set according to the event. If there is a timestamp available, then _time is that value. If there is no timestamp - such as a DB fetch - the _time should be the time at which the DB information was 1) fetched or 2) indexed - depending on how your input is setup.

You can force the timestamp using props.conf. This "will set the time of the event to the time that the event was merged from lines, or worded differently, the time it passed through the aggregator processor." [1]

[your_sourcetype]
DATETIME_CONFIG = CURRENT

[1] http://docs.splunk.com/Documentation/Splunk/6.0.1/admin/propsconf

Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...