awslabs / logstash-output-amazon_es

Logstash output plugin to sign and export logstash events to Amazon Elasticsearch Service
Apache License 2.0
375 stars 103 forks source link

Add configurable option to skip Template installation #179

Closed sshivanii closed 2 years ago

sshivanii commented 2 years ago

Provide an optional parameter skip_template_installation to allow users to skip installing templates in usecases that don't require them.

Currently, an optional parameter template in the configuration provides setting up a template path or using an existing template in the plugin. However, there's no provision to skip template installation yet.