Canvas timeline

Hello,

I'm working on a canvas now, and I see that the data represented on it is not complete.

As you can see in the screenshot, in the graph there are more than 500 users, but in the right side the counter counts only 13. data between them does not match.

The SQL query used on the counter is (returning only 13 users):

SELECT user.name FROM "my_index*"

Why? Is there a time picker to change the range in canvas?

Thanks :slight_smile:

Have you added any filters ? What do the logs say when you go this querying ? can you share a minimal example using a reproduction (including mapping, index creation) with kibana dev tools/console, that would make it easier to look it.
I created a simple query in canvas and it did return the required results. What version of the stack are you using ?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.