Skip to content
New issue

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

[Templating] Repeat panel doesn't work #8

Open
herver opened this issue Nov 24, 2017 · 2 comments
Open

[Templating] Repeat panel doesn't work #8

herver opened this issue Nov 24, 2017 · 2 comments

Comments

@herver
Copy link

herver commented Nov 24, 2017

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.

image

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"
  }
}
@gbrian
Copy link
Owner

gbrian commented Apr 3, 2018

Hi @herver can it be related to #6

@mateczagany
Copy link

mateczagany commented Nov 30, 2018

Hi,

#18 should fix this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants