Getting Data In

How to use the last import for my source?

chadman
Path Finder

I have a file that gets imported every time it changes. Each line in the file shows up as an event and I want to use data only from the last import. So each import might have 200 events, but I only want to see those 200 and none from previous imports. I have tried this and it looks like it works, but had an issue with it once when the data was large and it did not all import at the excat same time stamp. Because of this some of the data was missing.

| eventstats latest(_time) AS Current | where _time=Current
0 Karma
1 Solution

Sukisen1981
Champion

what happens if you try this?

| eventstats max(_time) AS Current | where _time=Current

View solution in original post

Sukisen1981
Champion

what happens if you try this?

| eventstats max(_time) AS Current | where _time=Current

chadman
Path Finder

Thanks! that worked!

0 Karma

somesoni2
Revered Legend

@chadman,

Glad you issue was resolved by @Sukisen's answer. Do remember to close the question by accepting the same.

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...