Hi everyone,
I have several influx databases at different locations and would like to see the start times of all systems in a table.
With the mixed option, I use the following query for each data source:
SELECT last (“value”) FROM “uptime-windows” GROUP BY “hostname”
But I do not know how I can summarize the two queries in a table. Is that possible?