I am trying create canvas line chart with following sql
SELECT avg(beat.system.cpu.user.norm.pct) as avg1 ,
beat.hostname, MINUTE_OF_HOUR("@timestamp") as min FROM "all_metric*"
group by beat.hostname,
MINUTE_OF_HOUR("@timestamp");
but i am getting
Whoops! Expression failed
Expression failed with the message:
// [essql] > Couldn't parse Elasticsearch SQL query. You may need to add
double quotes to names containing special characters. Check your query
and try again. Error: [parsing_exception] line 5:29: extraneous input ';'
expecting {<EOF>, ',', 'AND', 'BETWEEN', 'HAVING', 'IN', 'IS', 'LIKE', 'LIMIT',
'NOT', 'OR', 'ORDER', 'RLIKE', LIMIT_ESC, '=', '<=>', NEQ, '<', '<=', '>', '>=',
'+', '-', '*', '/', '%'} //
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.