All Apps and Add-ons

splunk app for db connect 3.1.0

locose
Path Finder

I'm having an issue using the rising inputs .

I have something like this....

select A.DOCUMENT_ID,
A.USER_NAME,

P.INF_GROUP_ID,
D.DOCUMENT_DESC,
DV.DOCUMENT_TYPE,
A.TIMESTAMP AS timestamp,
A.MESSAGE AS message,

where
rising_column > ?
and a.document_id = d.document_id
and d.document_id = dv.document_id

order by rising_column ASC

But the issue now is I can't select anything in the Rising column. When I select the rising column drop down it shows no matches.

Tags (2)
0 Karma

ahainline
Engager

I know this is more than a year old, but did you ever find a solution to this? I'm having the same issue with db_connect and have yet to find a solution.

0 Karma

tmuth_splunk
Splunk Employee
Splunk Employee

Can you change:

where rising_column > ? 

to:

where A.TIMESTAMP > ?
0 Karma
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 ...