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!

Introducing the 2024 SplunkTrust!

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

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...