From dfb65ed8693f65fdb0d1c4e8261aa9ea21587ca7 Mon Sep 17 00:00:00 2001 From: JulianCeaser Date: Mon, 6 May 2019 10:40:31 +0530 Subject: [PATCH 1/2] Updated README.md with installation instructions --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 98bb5d6..14095c2 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,9 @@ Optionally, you may set the `log_group_prefix` parameter to true which will scan for all log groups matching the specified prefix(s) and ingest all logs available in all of the matching groups. +### Installation +Run bin/logstash-plugin install logstash-input-cloudwatch_logs from your logstash directory + ## Usage ### Parameters From 88f11be60c4451d0be70bc6711e37c32ceaf4fc7 Mon Sep 17 00:00:00 2001 From: JulianCeaser Date: Mon, 6 May 2019 10:44:21 +0530 Subject: [PATCH 2/2] Added code formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14095c2..054b827 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ which will scan for all log groups matching the specified prefix(s) and ingest all logs available in all of the matching groups. ### Installation -Run bin/logstash-plugin install logstash-input-cloudwatch_logs from your logstash directory +Run `bin/logstash-plugin install logstash-input-cloudwatch_logs` from your logstash directory ## Usage