santthosh / aws-es-kibana

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

Add limit option to controls the maximum request body size #16

Closed pawcik closed 6 years ago

pawcik commented 7 years ago

Since the logstash-amazon-es-output plugin desn't support logstash 5, we are temporary using this proxy to push logstash events to elasticsearch.

The body-parser accept maximum request body size == 100kb be default. This PR let's configure the maximum request body size.

santthosh commented 6 years ago

Thanks @pawcik this has been taken care with #26