Getting Data In

timestsamp when data was ingested

wfskmoney
Path Finder

When we have ingested wrong timestamps, is there a way to find the timestamp of WHEN the data was ingested, not the _time field?

0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust

The _indextime field shows when an event was ingested. It's a hidden field, though, so you'll have to assign its value to another field to view it. | eval indextime = _indextime | table _time indextime.

---
If this reply helps you, Karma would be appreciated.

View solution in original post

richgalloway
SplunkTrust
SplunkTrust

The _indextime field shows when an event was ingested. It's a hidden field, though, so you'll have to assign its value to another field to view it. | eval indextime = _indextime | table _time indextime.

---
If this reply helps you, Karma would be appreciated.

traxxasbreaker
Communicator

There is a hidden field called _indextime that you can use for this.

0 Karma
Get Updates on the Splunk Community!

Now Available: Cisco Talos Threat Intelligence Integrations for Splunk Security Cloud ...

At .conf24, we shared that we were in the process of integrating Cisco Talos threat intelligence into Splunk ...

Preparing your Splunk Environment for OpenSSL3

The Splunk platform will transition to OpenSSL version 3 in a future release. Actions are required to prepare ...

Easily Improve Agent Saturation with the Splunk Add-on for OpenTelemetry Collector

Agent Saturation What and Whys In application performance monitoring, saturation is defined as the total load ...