Can this setting be updated dynamically? It doesn't look that way:

$ curl -XPUT localhost:9200/_cluster/settings -d '{
>     "persistent" : {
>         "http.max_content_length": "1200mb"
>     }
> }'

$ curl -XGET localhost:9200/_cluster/settings?pretty=1
{
  "persistent" : { },
  "transient" : { }
        
      }
    }
  }
}




--
View this message in context: 
http://elasticsearch-users.115913.n3.nabble.com/Max-request-size-tp3687861p4068519.html
Sent from the ElasticSearch Users mailing list archive at Nabble.com.

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/1420496175553-4068519.post%40n3.nabble.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to