Hello,
I'm trying to create very simple metrics in canvas.
I correctly set the data source et the SQL (data preview is showing the correct data).
But whenever I try to add font in the expression, the value becomes '0' or '?'.
Anyone can send me very simple font so I can try to use it ?
My expression is like this :
filters "one" "two"
| essql query="SELECT count(*) FROM "messages""
| metric "Count"
metricFont={font family="'Open Sans', Helvetica, Arial, sans-serif" size=96 align="center" color="#000000" weight="normal"}
labelFont={font family="'Open Sans', Helvetica, Arial, sans-serif" size=10 align="center" color="#000000" weight="normal"}
Maybe the issue is in the name of the column in your output?
I created a metric from kibana flights sample without issues, changing fonts and even adding a small margin with a custom CSS. See the SELECT count(*) as row_count
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.