I’m currently evaluating Quickwit as our data store and search engine for logs. Quickwit is registered as a Grafana data source and the access works in general. But I’m not able to configure a dashboard:
When adding a variable / drop down to the dashboard I have to specify a query. The query is supposed to fill the drop down, so that I can select a value for the variable and can be used for further filtering. I did this successfully for other data sources.
In the case of Quickwit it looks like Grafana cannot make sense out of the result. I don’t get an error, but the drop down stays empty. I tested the query in isolation and it works.
Grafana probably cannot make sense out of the JSON format of the Quickwit. I have no idea how to tell Grafana how to pick data from the result JSON. As far as I can tell I cannot change the Quickwit result format.
Any hint how to close that gap would be highly appreciated. Any hint how to debug what’s going on would also be appreciated. I’m rather new to this and at the moment is “just does not work” and I’m guessing why. Logs would be nice, but I have no clue where to get them!?