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
Finally, if you want to install the client for the next version of Elasticsearch *(the one that lives in Elasticsearch’s master branch)*, you can use the following command:
169
+
Finally, if you want to install the client for the next version of Elasticsearch *(the one that lives in Elasticsearch’s main branch)*, you can use the following command:
|`number` - When configured, it verifies that the compressed response size is lower than the configured number, if it's higher it will abort the request. It cannot be higher than buffer.constants.MAX_LENTGH +
268
268
_Default:_ `null`
269
269
270
-
|===
271
-
272
-
[discrete]
273
-
==== Performances considerations
274
-
275
-
By default, the client will protection you against prototype poisoning attacks.
276
-
Read https://web.archive.org/web/20200319091159/https://hueniverse.com/square-brackets-are-the-enemy-ff5b9fd8a3e8?gi=184a27ee2a08[this article] to learn more.
277
-
If needed you can disable prototype poisoning protection entirely or one of the two checks.
278
-
Read the `secure-json-parse` https://github.com/fastify/secure-json-parse[documentation] to learn more.
279
-
280
-
While it's good to be safe, you should know that security always comes with a cost.
281
-
With big enough payloads, this security check could causea drop in the overall performances,
282
-
which might be a problem for your application.
283
-
If you know you can trust the data stored in Elasticsearch, you can safely disable this check.
0 commit comments