santthosh / aws-es-kibana

AWS ElasticSearch Kibana Proxy
Apache License 2.0
325 stars 133 forks source link

Added limit argument to set request limit in body parser #22

Closed blakeyoder closed 7 years ago

blakeyoder commented 7 years ago

Gist: body-parser defaults its request body limit to 1kb. I added a command line flag (-l) to accept a string that will overwrite the default request body limit.

For example: aws-es-kibana <ES_HOST> -l=5mb

santthosh commented 7 years ago

Thanks @blakeyoder