Hi, Im trying to display data from the .ml-anomalies-* index on Canvas, but it doesnt show the values in the metric visualization. (the index pattern exists)
SELECT COUNT(*) as count_documents FROM ".ml-anomalies-*" WHERE
anomaly_score > 75 AND job_id = 'my-job
when I run the query I get data
then I use the field that I need in the visualization
but I dont get the value displayed
what is the problem here?
Elastic 7.5