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}" ] - ] } }