You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Query API gives proper response as expected, attached screenshot for reference. @balaji-jr please check, query fired from the console and the response also looks good, only the table needs to be corrected.
Example schema:
Example query:
SELECT avg(latency) as lat,path,service,status,method from logstashlogs group by path,service,status,method
Resulting table:
Where is column lat?
This defeats the entire purpose of using custom SQL.
Btw, thanks for the software, just trying to help improve it.
The text was updated successfully, but these errors were encountered: