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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...