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.

Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Announcing Modern Navigation: A New Era of Splunk User Experience

We are excited to introduce the Modern Navigation feature in the Splunk Platform, available to both cloud and ...

Modernize your Splunk Apps – Introducing Python 3.13 in Splunk

We are excited to announce that the upcoming releases of Splunk Enterprise 10.2.x and Splunk Cloud Platform ...

Step into “Hunt the Insider: An Splunk ES Premier Mystery” to catch a cybercriminal ...

After a whole week of being on call, you fell asleep on your keyboard, and you hit a sequence of buttons that ...