Hi,
I've got a problem with kibana's timelion.
I am comparing the count of today and last week using offset functionality.
This picture I got, when running for today:
This picture I get, if I set the time picker - 1 week, so that the shart is showing -1w and -2w.
I expected to see red line of above chart (last week from time picker today) to be identical with mint line of bottom chart (time picker last week).
But I found one chart has values starting at 2k and the other of 3k.
Is that a timelion bug or what did I make wrong?
Here is the query:
.es(index="tux-*",q="type: useractionlog AND stage: Production").label("count now").lines(width=2),
.es(index="tux-*",q="type: useractionlog AND stage: Production", offset=-1w).label("count offset -1week").lines(width=2)
Thanks Andreas

