From e97e005bc27e647f08e0407b66a271f4328e9724 Mon Sep 17 00:00:00 2001 From: Nik Everett Date: Thu, 22 Aug 2019 15:18:29 -0400 Subject: [PATCH] Docs: Fix formatting in table (#11016) Fixes formatting in a table cell in `logstash-monitoring-overview.html`. A `+` which was required by AsciiDoc was leaking into the output when the doc is built with Asciidoctor. --- docs/static/monitoring/collectors.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/static/monitoring/collectors.asciidoc b/docs/static/monitoring/collectors.asciidoc index 323c4d55b3b..dbe94defde5 100644 --- a/docs/static/monitoring/collectors.asciidoc +++ b/docs/static/monitoring/collectors.asciidoc @@ -16,7 +16,7 @@ collectors: one for node stats and one for pipeline stats. | Node Stats | `logstash_stats` | Gathers details about the running node, such as memory utilization and CPU usage (for example, `GET /_stats`). -+ + This runs on every Logstash node with {monitoring} enabled. One common failure is that Logstash directories are copied with their `path.data` directory included (`./data` by default), which copies the persistent UUID of the Logstash