From 86cfeda9f6867c810913eae91312b15b2a9e795e Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 27 May 2021 04:59:33 +0100 Subject: some clarifications --- doc/examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/examples.md') diff --git a/doc/examples.md b/doc/examples.md index 8233051..91ab7f2 100644 --- a/doc/examples.md +++ b/doc/examples.md @@ -17,7 +17,7 @@ The following example demonstrates how to follow logs of multiple servers at onc ## Aggregating logs -To run ad-hoc MapReduce aggregations on newly written log lines, you also must add a query. According to the logs, this example follows all remote log lines and prints out every 5 seconds the top 10 servers with the most average free memory. To run a MapReduce query across log lines written in the past, please use the ``dmap`` command instead. +To run ad-hoc MapReduce aggregations on newly written log lines, you also must add a query. The following example follows all remote log lines and prints out every 5 seconds the top 10 servers with the most average free memory. To run a MapReduce query across log lines written in the past, please use the ``dmap`` command instead. ```shell % dtail --servers serverlist.txt \ -- cgit v1.2.3