From 0c476e8f18d951b6aac25585855a53bd68331b68 Mon Sep 17 00:00:00 2001 From: didfet Date: Thu, 19 Mar 2015 14:51:32 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a985a18..832806e 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Here are a few features of this program : Logstash-forwarder is written in go. This programming language is not available on all platforms (for example AIX), that's why a java version is more portable. -Logstash runs on java and provides a lumberjack output, but the file input doesn't run on all plaforms (for example AIX) and logstash requires a recent JVM. Moreover Logstash is heavier : big package and more system resources. +Logstash runs on java and provides a lumberjack output, but the file input doesn't run on all plaforms (for example AIX) and logstash requires a recent JVM. Moreover Logstash is heavier : it is a big package and uses more system resources. So logstash-forwarder-java is a solution for those who want a portable, lightweight log shipper for their ELK stack.