From 6af16b788d181ecbfeb3ae416ddcf1f27b5945f0 Mon Sep 17 00:00:00 2001 From: Jordan Sissel Date: Wed, 17 Aug 2011 18:09:32 -0700 Subject: [PATCH] - style fix --- docs/tutorials/metrics-from-logs.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/tutorials/metrics-from-logs.md b/docs/tutorials/metrics-from-logs.md index 22bc7d4e4..956834da2 100644 --- a/docs/tutorials/metrics-from-logs.md +++ b/docs/tutorials/metrics-from-logs.md @@ -25,12 +25,12 @@ apache logs: [SampleLogster.py](https://github.com/etsy/logster/blob/master/pars The above code is roughly 50 lines of python and only solves one specific problem in only apache logs: count http response codes by major number (1xx, -2xx, 3xx, etc. (To be completely fair, you could shrink the code required for -a Logster parser, but size is not strictly the point, here) +2xx, 3xx, etc). To be completely fair, you could shrink the code required for +a Logster parser, but size is not strictly the point, here. ## Keep it simple -Logstash can do the above simpler and without much coding skill: +Logstash can do more than the above, simpler, and without much coding skill: input { file { path => "/var/log/apache/access.log" }