All Apps and Add-ons

Why is rising column getting old logs into Splunk aswell?

kiranpanchavat1
Path Finder

Hello Team,

we have selected the rising column feature of DBX that allows Splunk to incrementally import new database records. But it’s not working and getting old logs into our Splunk aswell. 

we need logs from the 01st March 2022 but we are receiving logs from the last year 2021. 

select * from xxxxxxxxxxxxxxx
SELECT * FROM your_table
WHERE LoginDt > ?
ORDER BY LoginDt ASC

checkpoint value : 3/1/2022 00:00:00.000

Labels (1)
Tags (1)
0 Karma

scelikok
SplunkTrust
SplunkTrust

Hi @kiranpanchavat1,

If LoginDt field is not DateTime type field, the query will be sorted as text. This does not seem Splunk DBConnect problem.

You can test the result by replacing ? sign with checkpoing value.

SELECT * FROM your_table
WHERE LoginDt > '3/1/2022 00:00:00.000'
ORDER BY LoginDt ASC

The best option is using an ID column if there is any incrementing numeric field, the lst option may be a DateTime field.

If this reply helps you an upvote is appreciated.
0 Karma
Get Updates on the Splunk Community!

Enterprise Security Content Update (ESCU) | New Releases

In the last month, the Splunk Threat Research Team (STRT) has had 2 releases of new security content via the ...

Announcing the 1st Round Champion’s Tribute Winners of the Great Resilience Quest

We are happy to announce the 20 lucky questers who are selected to be the first round of Champion's Tribute ...

We’ve Got Education Validation!

Are you feeling it? All the career-boosting benefits of up-skilling with Splunk? It’s not just a feeling, it's ...