lukewaite / logstash-input-cloudwatch-logs

Input plugin for Logstash to stream events from CloudWatch Logs
Other
142 stars 74 forks source link

Is this plugin added to Logstash Plugin Repo #40

Closed maheshshekhar closed 7 years ago

maheshshekhar commented 7 years ago

Hello Team,

Is this plugin added to Logstash Plugin Repo. Also, can you please provide the information on using the plugin. How we will need to install the plug in and ho we can use it to take the cloudwatch logs.

Regards,

lukewaite commented 7 years ago

Hi @maheshshekhar - this plugin is not part of the logstash-plugins repo, but it is published to RubyGems, so you can install as you would any logstash plugin.

bin/logstash-plugin install logstash-input-cloudwatch_logs

Configuration is as per the documented input parameters, again, like any other logstash plugin: https://github.com/lukewaite/logstash-input-cloudwatch-logs#parameters

maheshshekhar commented 7 years ago

Thanks Luke, It works..This is very useful.

lukewaite commented 7 years ago

Wonderful, happy to hear that!