From 6ed7c2bc07e6cede05aa9fc64c2f50f6d302e35b Mon Sep 17 00:00:00 2001 From: chengebj5238 Date: Mon, 5 Feb 2018 18:04:06 +0800 Subject: [PATCH] Replace Chinese single quotes to English single quotes Change-Id: Idabd40606b385430ce35925fa6d1558c835065f1 --- specs/logging-with-heka.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/logging-with-heka.rst b/specs/logging-with-heka.rst index 17ba4b3eb9..7cd7770b31 100644 --- a/specs/logging-with-heka.rst +++ b/specs/logging-with-heka.rst @@ -62,7 +62,7 @@ run it on every node of the cluster. In contrast, Logstash runs in a JVM and is known [3] to be too heavy to run on every node. Another important aspect is flow control and avoiding the loss of log messages -in case of overload. Heka’s filter and output plugins, and the Elasticsearch +in case of overload. Heka's filter and output plugins, and the Elasticsearch output plugin in particular, support the use of a disk based message queue. This message queue allows plugins to reprocess messages from the queue when downstream servers (Elasticsearch) are down or cannot keep up with the data