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
At the moment, ES SQL supports group by only one field and search one indices. Would be helpful to also support multiple fields and indices .
Like this: select count (*) from index1, index2 group by field1, field2