Hi every body,
i am a newbie in influxql, i’ll try to select tag between select and from clause but it doesnt work.
only fields are available.
How i can write my request like :
select time, code, response from httplog where time> "..."
code is a key and not a field :
httplog,code=200,application=AAAA response=1200,size=3892 14845353453
the result is empty, select * works but i don’t want any fields
Best regards,