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!

Splunk Mobile: Your Brand-New Home Screen

Meet Your New Mobile Hub  Hello Splunk Community!  Staying connected to your data—no matter where you are—is ...

Introducing Value Insights (Beta): Understand the Business Impact your organization ...

Real progress on your strategic priorities starts with knowing the business outcomes your teams are delivering ...

Enterprise Security (ES) Essentials 8.3 is Now GA — Smarter Detections, Faster ...

As of today, Enterprise Security (ES) Essentials 8.3 is now generally available, helping SOC teams simplify ...