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
The problem is only that I need to export the whole index (which contains hundreds of thousands of documents). I then get:
Result window is too large, from + size must be less than or equal to: [10000] but was [1000000]
Can you provide me a specific example on how I can export all documents of an index to a given file (json or csv) on the Linux command line. Thank you.
The text was updated successfully, but these errors were encountered:
"file" request parameter stores an exported file in elasticsearch server without storing data into a response.
ex. localhost:9200/{index}/_data?format=csv&file=/tmp/test.csv...
The dataformat is perfectly running fine for me.
The problem is only that I need to export the whole index (which contains hundreds of thousands of documents). I then get:
Result window is too large, from + size must be less than or equal to: [10000] but was [1000000]
Can you provide me a specific example on how I can export all documents of an index to a given file (json or csv) on the Linux command line. Thank you.
The text was updated successfully, but these errors were encountered: