I'm new to canvas so my question might be stupid. I'm trying to add metricbeat data to a table using essql. In the preview data section, I can see my data but the table's empty.
Here's the expression I'm using:
filters
| essql query="SELECT agent.name FROM \"metricbeat-7.10.0-2021.02.13-000001\""
| table
| render containerStyle={containerStyle border="2px groove #000000" borderRadius="2px"}
ELK version: 7.11