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!

Splunk APM: New Product Features + Community Office Hours Recap!

Howdy Splunk Community! Over the past few months, we’ve had a lot going on in the world of Splunk Application ...

Index This | Forward, I’m heavy; backward, I’m not. What am I?

April 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

A Guide To Cloud Migration Success

As enterprises’ rapid expansion to the cloud continues, IT leaders are continuously looking for ways to focus ...