Getting Data In

When using Splunk to retrieve data from an Oracle database, how do I reduce the returned results to only the last 30 days?

karthi2809
Builder

Splunk database input query from oracle database ?

I am using Oracle database to retrieve data to Splunk and the database is getting slow because of searching from given data. So i need to reduce only last 30 days data.

Query :

SELECT test.request_ts FROM test WHERE  test.Request_Ts > '2018-10-05 00:00:00.000'
{{AND test.$rising_column$ > ? }}

Thanks in advance

0 Karma

iamarkaprabha
Contributor

Hi karthi2809,

You can use DB Connect app and index the whole db data into splunk.
After you index the data, it will resolve the performance issue

karthi2809
Builder

I am using db connect app only.but database getting slow

0 Karma

iamarkaprabha
Contributor

Did you index the data ?
or are you using just dbx query

0 Karma

karthi2809
Builder

indexed the data.

0 Karma

karthi2809
Builder

I need to fetch last 30 days data to splunk.

0 Karma

iamarkaprabha
Contributor

Hi ,

You can do one thing. Put the timestamp of the particular column in your DB table into Splunk. Any try that one out. It will index the data using the same timestamp of your DB.

Have you tried this method ??

0 Karma
Get Updates on the Splunk Community!

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...