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
i am trying to use elasticsearch-sql with elasticsearch-knapsack to dump data from index to file/another index/another cluster, without any transfer of data to client.
If I could get the query, as a string locally on the client, the transfer of data on client would be avoided. And using knapsack, the data would be dumped in file/index from the cluster itself.