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!

Splunk Observability for AI

Don’t miss out on an exciting Tech Talk on Splunk Observability for AI!Discover how Splunk’s agentic AI ...

Splunk Enterprise Security 8.x: The Essential Upgrade for Threat Detection, ...

Watch On Demand the Tech Talk on November 6 at 11AM PT, and empower your SOC to reach new heights! Duration: ...

Splunk Observability as Code: From Zero to Dashboard

For the details on what Self-Service Observability and Observability as Code is, we have some awesome content ...