daniel-cottone / serverless-es-logs

A Serverless plugin to transport logs to ElasticSearch
MIT License
54 stars 32 forks source link

Plugin only supports AWS hosted Elasticsearch #325

Open kflavin opened 4 years ago

kflavin commented 4 years ago

Hi, It looks like the plugin only supports AWS-hosted Elasticsearch: https://github.com/daniel-cottone/serverless-es-logs/blob/master/templates/code/logsToEs.js#L221

Are there any plans to support ElasticSearch in general (standalone or hosted elsewhere)? Our Elasticsearch is hosted outside of AWS.

daniel-cottone commented 4 years ago

I haven't really looked into it much and didn't have any plans to add support for it. If there's enough interest around this I could look into it

ufuk-enc commented 3 years ago

It will be great if this is documented in the README file..