Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"http.max_content_length" setting ignored? #13364

Closed
gmile opened this issue Sep 6, 2015 · 0 comments
Closed

"http.max_content_length" setting ignored? #13364

gmile opened this issue Sep 6, 2015 · 0 comments
Assignees
Labels
>docs General docs changes help wanted adoptme

Comments

@gmile
Copy link
Contributor

gmile commented Sep 6, 2015

I'm unable to specify the http.max_content_length setting via either of the following:

curl -XPUT localhost:9200/_cluster/settings -d '{ "transient" : { "http.max_content_length" : "400mb" } }'
{"acknowledged":true,"persistent":{},"transient":{}}

curl -XPUT localhost:9200/_cluster/settings -d '{ "persistent" : { "http.max_content_length" : "400mb" } }'
{"acknowledged":true,"persistent":{},"transient":{}}

If changing HTTP settings dynamically is prohibited, can this be documented please?

Update. Just found from logs that it's indeed not dynamically updatable:

[2015-09-06 19:49:54,552][WARN ][action.admin.cluster.settings] [Griffin] ignoring transient setting [http.max_content_length], not dynamically updateable

Please, update the documentation or close the ticket at will.

@gmile gmile changed the title "http.max_content_length" setting ignoed? "http.max_content_length" setting ignored? Sep 6, 2015
@clintongormley clintongormley added >docs General docs changes help wanted adoptme labels Sep 7, 2015
@nik9000 nik9000 self-assigned this Sep 21, 2015
nik9000 added a commit to nik9000/elasticsearch that referenced this issue Sep 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>docs General docs changes help wanted adoptme
Projects
None yet
Development

No branches or pull requests

3 participants