Splunk Search

How can I see the Date/time my data was received by Splunk?

hartcl1
Explorer

I'm having an issue with NTP, so the date and time of the records sent by the Operating Systems are all wrong. I want to see/or sort my data within Splunk by the Date/Time the record was received by the Splunk daemon.

Is this possible?

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Try using _indextime. It has to be assigned to a variable before it can be used in commands. Like this

your base search | eval sortTime=_indextime | sort sortTime | table ...
---
If this reply helps you, Karma would be appreciated.
0 Karma

ppablo
Retired

Hi @hartcl1

Are you looking for the internal _indextime field?
http://docs.splunk.com/Documentation/Splunk/6.3.3/Knowledge/UseDefaultFields#Internal_fields

0 Karma
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...