Getting Data In

Index a specific time range with DB Connect

Yorokobi
SplunkTrust
SplunkTrust

I want to import only the last X months/days/whatever of data from my database via DB Connect. Is there a better procedure than the following?

  1. Create a temporary index (restart Splunk, etc.)
  2. Create the DB input to send to the temp index and set tail.follow.only=true
  3. Wait for Splunk to create the state.xml file
  4. Stop Splunk
  5. Change the DB connection's state.xml and set the value for the rising column to the start date I want
  6. Change the inputs.conf to use the "permanent" index and remove the tail.follow.only line
  7. Start Splunk

Is it possible to create the $SPLUNK_HOME/var/lib/splunk/persistentstorage/dbx/HASH/state.xml and manifest.properties manually? What hash function does Splunk use and what does it hash? The input name or something else?

Tags (1)
0 Karma

Yorokobi
SplunkTrust
SplunkTrust

It looks like the suggestions do not work "as-is" for this particular Oracle table but they are far better than what I came up with myself and got me started in a much better direction. With the help of a DBA, we settled on using:

SELECT ... WHERE LOG_TIMESTAMP > TO_DATE('2013/07/30 01:00:00 PM', 'YYYY/MM/DD HH:MI:SS PM') {{AND $rising_column$ > ?}}
0 Karma

aelliott
Motivator

I add the following outside the brackets: where datefield > "12/1/2010 00:00:00" {AND $rising_column$ > ?}

Then you can set the retention on the index.

Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

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