From 24d5aef99a1ff275b3639012e7e09589ddf205f5 Mon Sep 17 00:00:00 2001 From: Jordan Sissel Date: Fri, 2 Sep 2011 12:28:37 -0700 Subject: [PATCH] - fix typo --- docs/tutorials/metrics-from-logs.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/tutorials/metrics-from-logs.md b/docs/tutorials/metrics-from-logs.md index 5f7667a88..5657df94c 100644 --- a/docs/tutorials/metrics-from-logs.md +++ b/docs/tutorials/metrics-from-logs.md @@ -64,7 +64,6 @@ are parsing apache logs fully, we can trivially add additional metrics: # Use the 'bytes' field from the apache log as the count value. count => [ "apache.bytes", "%{bytes}" ] - ] } }