We upgraded to kibana 1.12 and timelion scripts stopped working. Any known problems ?
We get syntaxerror on scripts.
the default .es() shows a curve for some index that may be default …
'.es(,index=uninett)’ gives a line along the xaxis. Discover shows data in the index so the curve is wrong.
The visualization development pane does not show the script when an error message is given - see enclosed image. How can I expand the pane pane to see the code ?
The code :
.es(q=event_type:gap,index=dragonlab,metric=‘sum:tloss’,kibana=true,timefield=timestamp_ms).divide(1000).divide(60).bars().label(‘Sum down(min)’))
The error message :
Timelion request error: undefined SyntaxError: {“type”:“incompleteFunction”,“function”:“es”,“location”:{“min”:0,“max”:3},“text”:".es"}