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
{{ message }}
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.
I'm trying to use the fetch_size parameter in my payload, but keep getting:
this is the query I'm trying to use:
curl -XPOST -u "username:password" -H "Content-Type: application/json" https://myurl.com/_opendistro/_sql -d "{ "query" : "SELECT id FROM db*", "fetch_size": 5}".
From your documentation: Cursor - fetch_size.
I'm working with opendistro on elasticsearch.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to use the fetch_size parameter in my payload, but keep getting:
![image](https://user-images.githubusercontent.com/50811758/147604727-7d5eac11-4aaf-4d1c-af03-1875b22d1329.png)
this is the query I'm trying to use:
curl -XPOST -u "username:password" -H "Content-Type: application/json" https://myurl.com/_opendistro/_sql -d "{ "query" : "SELECT id FROM db*", "fetch_size": 5}".
From your documentation: Cursor - fetch_size.
I'm working with opendistro on elasticsearch.
The text was updated successfully, but these errors were encountered: