From c68580194686246c8e976f5b8209085d4bac07b8 Mon Sep 17 00:00:00 2001 From: Christian Wolfe Date: Sun, 28 Apr 2013 15:43:05 -0300 Subject: [PATCH] Update getting-started-simple.md One of the paragraphs on this page instructs users to download the monolithic JAR file, but the link is to the flat jar. This fix changes the target of the link to point to the monolithic JAR. --- docs/1.1.10/tutorials/getting-started-simple.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/1.1.10/tutorials/getting-started-simple.md b/docs/1.1.10/tutorials/getting-started-simple.md index 4cf7a24..ff5181f 100644 --- a/docs/1.1.10/tutorials/getting-started-simple.md +++ b/docs/1.1.10/tutorials/getting-started-simple.md @@ -25,7 +25,7 @@ If you have problems, feel free to email the users list ## logstash -You should download the logstash 'monolithic' jar - if you haven't yet, [download it now](http://logstash.objects.dreamhost.com/release/logstash-1.1.10-flatjar.jar). This package includes most +You should download the logstash 'monolithic' jar - if you haven't yet, [download it now](http://logstash.objects.dreamhost.com/release/logstash-1.1.10-monolithic.jar). This package includes most of the dependencies for logstash in it and helps you get started quicker. The configuration of any logstash agent consists of specifying inputs, filters,