- What Grafana version and what operating system are you using?
Grafana v9.4.1 (fd67ab151d) -
What are you trying to achieve?
Do a wildcard search and get all fields of my sensor data. -
How are you trying to achieve it?
SELECT * FROM $table WHERE $timeFilter - What happened?
Result only displayed one field. - What did you expect to happen?
Display all fields - Can you copy/paste the configuration(s) that you are having problems with?
SELECT * FROM $table WHERE $timeFilter - Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
No - Did you follow any online instructions? If so, what is the URL?
When I search “confidence” (one of my fields) I get the right result.
When I search “start” (another field) I get the right result.
When I use a wildcard, I only get one field (called assetId).
Last week I was getting all fields displayed. Starting 02/24/2023, I only saw a single field.
How can I display all fields in a query?