All Apps and Add-ons

Passing a date to dbquery

obrienk
Explorer

Hi,
I would like to run a simple query against a database using splunk.
I would like to run the query as part of a dashboard.

The query is as follows:

| dbquery "DATEBASE_NAME" limit=1000 "select tr.* from schema.table tr where tr.date = '27-AUG-2014'

I would like the query to run against the date in question. So it would be like:

| dbquery "DATEBASE_NAME" limit=1000 "select tr.* from schema.table tr where tr.date = sysdate

I am having trouble defining the date as the dbquery needs to be the first item on the search line.

Can anyone help?
Thanks,

Tags (1)
0 Karma
1 Solution

obrienk
Explorer

I got this working by using the date in the database

ie. tr.date = to_date(current_date)

View solution in original post

0 Karma

obrienk
Explorer

I got this working by using the date in the database

ie. tr.date = to_date(current_date)

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 ...