We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I'm trying to use the timelion datasource with a templated query that is supposed to repeat the panel for each value (both quoted and unquoted q=)
q=
It turns out that even though the panels are duplicated the correct amount of time and the title of the panels is right.
The query sent to Timelion contains all the values of the variable as you can see below:
{ "request": { "method": "POST", "url": "api/datasources/proxy/8231/run", "data": { "sheet": [ ".es(index=xxxxxxxx_reports*, q=\"data.sec.prot:{gsi,https,krb5,sss,unix}\")" ], "time": { "from": "2017-11-24T17:23:51 +0100", "interval": "1s", "mode": "absolute", "timezone": "GMT", "to": "2017-11-24T17:53:51 +0100" } } }, "response": { "title": "Error: in cell #1: Cannot read property 'total' of undefined", "message": "Error: in cell #1: Cannot read property 'total' of undefined" } }
The text was updated successfully, but these errors were encountered:
Hi @herver can it be related to #6
Sorry, something went wrong.
#18 should fix this
No branches or pull requests
Hi,
I'm trying to use the timelion datasource with a templated query that is supposed to repeat the panel for each value (both quoted and unquoted
q=
)It turns out that even though the panels are duplicated the correct amount of time and the title of the panels is right.
The query sent to Timelion contains all the values of the variable as you can see below:
The text was updated successfully, but these errors were encountered: