In text formats, when paginating, the cursor is returned in a Cursor HTTP header. For some queries and indices configurations/contents, this can get large, even beyond 16KB, size which is used sometimes as a default (ex: http.max_header_size).
We should make a note of this fact.
Note: the cursor is returned part of the JSON request object, so message body, so it won't pose an issue with Elasticsearch, even when using default configs.
Description
In text formats, when paginating, the cursor is returned in a
Cursor
HTTP header. For some queries and indices configurations/contents, this can get large, even beyond 16KB, size which is used sometimes as a default (ex: http.max_header_size). We should make a note of this fact.Note: the cursor is returned part of the JSON request object, so message body, so it won't pose an issue with Elasticsearch, even when using default configs.