You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you remove the single-quotes, or change to double-quotes, then the query will work fine.
The documentation on https://www.elastic.co/guide/en/kibana/7.x/create-panels-with-timelion.html suggests that single quotes or double quotes should work: If the value of your parameter contains spaces or commas you have to put the value in single or double quotes. You can omit these quotes otherwise.
I was going to modify the documentation page to remove the single quotes reference, but I'm not sure if this is a bug in Timelion or a bug in the documentation, so I'll just open this issue. I can fix the documentation and submit a PR if single quotes are no longer valid.
Kibana 7.10.0
The text was updated successfully, but these errors were encountered:
boutcher
added
the
bug
Fixes for quality problems that affect the customer experience
label
Mar 3, 2021
It seems in newer versions of Timelion, basic queries like
.es(q='field:value')
break with an error:Timelion request error: undefined SyntaxError: {"type":"incompleteFunction","function":"es","location":{"min":0,"max":3},"text":".es"}
If you remove the single-quotes, or change to double-quotes, then the query will work fine.
The documentation on https://www.elastic.co/guide/en/kibana/7.x/create-panels-with-timelion.html suggests that single quotes or double quotes should work:
If the value of your parameter contains spaces or commas you have to put the value in single or double quotes. You can omit these quotes otherwise.
I was going to modify the documentation page to remove the single quotes reference, but I'm not sure if this is a bug in Timelion or a bug in the documentation, so I'll just open this issue. I can fix the documentation and submit a PR if single quotes are no longer valid.
Kibana 7.10.0
The text was updated successfully, but these errors were encountered: