ES 2.3 - http.max.content.length and http.max_initial_line_length

In ES2.3, is it still necessary to set http.max.content.length and http.max_initial_line_length higher to handle large Kibana queries?

In 1.5, we set these to 1000mb and 400kb respectively to prevent issues with Kibana and Elasticsearch when users executed queries that would have large #s of results.

Here