Hello,Given
- Successful DB connection config (attached)
- DB collector config (attached)
I get no results when i run the collector (attached)What is wrong or what is missing? Appreciate your support.



Hello,Given
I get no results when i run the collector (attached)What is wrong or what is missing? Appreciate your support.
Please try this:`select * from RUNS;`
Instead of'select * from RUNS;'
Can you verify this SQL query also return results independent of Cribl?
If all of the above checks .. and you still do not get results .. try:
also check for any errors in the logs in cribl and/or auth errors in the postgres db logs.
the issue lied in the syntax itself, so instead ofselect * from RUNS ;
it should have beenselect * from "RUNS" ;
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.