mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
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.
This commit is contained in:
parent
c75ef874ae
commit
ea101cea00
1 changed files with 1 additions and 1 deletions
2
docs/static/monitoring/collectors.asciidoc
vendored
2
docs/static/monitoring/collectors.asciidoc
vendored
|
@ -16,7 +16,7 @@ collectors: one for node stats and one for pipeline stats.
|
||||||
| Node Stats | `logstash_stats`
|
| Node Stats | `logstash_stats`
|
||||||
| Gathers details about the running node, such as memory utilization and CPU
|
| Gathers details about the running node, such as memory utilization and CPU
|
||||||
usage (for example, `GET /_stats`).
|
usage (for example, `GET /_stats`).
|
||||||
+
|
|
||||||
This runs on every Logstash node with {monitoring} enabled. One common
|
This runs on every Logstash node with {monitoring} enabled. One common
|
||||||
failure is that Logstash directories are copied with their `path.data` directory
|
failure is that Logstash directories are copied with their `path.data` directory
|
||||||
included (`./data` by default), which copies the persistent UUID of the Logstash
|
included (`./data` by default), which copies the persistent UUID of the Logstash
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue