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!

Everything Community at .conf24!

You may have seen mention of the .conf Community Zone 'round these parts and found yourself wondering what ...

Index This | I’m short for "configuration file.” What am I?

May 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with a Special ...

New Articles from Academic Learning Partners, Help Expand Lantern’s Use Case Library, ...

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...