Closed devoncrouse closed 8 years ago
After upgrading from the 4.5.1 -> 4.5.3 yesterday, Timelion expressions are failing for us as well.
Interestingly, I found if the lucene query in the expression uses = instead of : , Timelion renders the graph for each character in the name of the field :(
Expression : *es(index=app_logs-,q="fields.ThreadId:9")** get me following error: Timelion: Error: in cell #1: [query_parsing_exception] Failed to parse query [:], with: {"index":"app_logs-2016.07.15","line":1,"col":693}
Expression : *es(index=app_logs-,q="fields.ThreadId=9")** gets me a graph with series for f,i,e,l,d,s.......
Getting the same error as @devoncrouse
I tried @ajviradia's fix by trying metric='sum=<field_name>'
but without luck.
Also, now released
👍 verified working for us; thanks again.
After upgrading from Kibana 4.5.1->4.5.2, many of our Timelion expressions fail. Not seeing any documented changes to the syntax - am I missing something? Thanks!
Working:
Previously working; now produces error:
Previously working; now produces error: