Chronograf return different result then influx cli

im having a weird issue with chronograf

for the same query im receiving a different result …

on the cli count_status 1897

SELECT count(“status”) AS “count_status” FROM “telegraf”.“autogen”.“parking” WHERE time > now() - 7d AND >“status”=‘vacant’

name: parking
time count_status


1499061336943289401 1897

on the chronograf count_status 1

@miki_haiat Can you share the exact query you are running in Chronograf?

Hi @jackzampolin
I tried again this morning

on cli

SELECT count(“status”) AS “count_status” FROM “telegraf”.“autogen”.“parking” WHERE time > now() - 7d AND “status”=‘vacant’
name: parking
time count_status


1499148790334962201 1897

on chronograf no results