Skip to content

Commit e97e005

Browse files
committed
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.
1 parent cf3ca2d commit e97e005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/static/monitoring/collectors.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ collectors: one for node stats and one for pipeline stats.
1616
| Node Stats | `logstash_stats`
1717
| Gathers details about the running node, such as memory utilization and CPU
1818
usage (for example, `GET /_stats`).
19-
+
19+
2020
This runs on every Logstash node with {monitoring} enabled. One common
2121
failure is that Logstash directories are copied with their `path.data` directory
2222
included (`./data` by default), which copies the persistent UUID of the Logstash

0 commit comments

Comments
 (0)