Closed rincher closed 4 months ago
Hi @rincher, There doesn't seem to be a query to run, at least based on the log and screenshots. Could you provide more info on your schema and what exact query is? Did you test your query directly in cassandra(cqlsh etc)?
Hi @unflag Thank you for the reply.
I was collecting the AWS EventBridge events via AWS Lambda.
Lambda sends the event detail to Backend and store it's event to Cassandra.
cqlsh with select * from <table>
works fine without an issue using "read_only" user, and able to pull data from local pc.
But now, I have switched to using AstraDB plugin. It is currently in testing phase, but at least query terminates with failed event logged in debug.log.
Thanks
Hello, I have the following setup to pull data from cassandra to grafana using the plugin
Cassandra and Grafana is installed on seperate VPCs
below is modified part of cassandra.yaml to allow grafana connection
Connection to cassandra seems to be working but query result is stuck at loading
and tailing /var/log/cassandra/debug.log, cassandra.log show nothing.
and below is the grafana.log when query starts
could you please help me with this issue?
Thank you