From 73483ce626bc1d79bef4a1ef8a6c5011d15252dd Mon Sep 17 00:00:00 2001 From: Thor77 Date: Thu, 26 Oct 2017 14:01:04 +0200 Subject: [PATCH] Fix configuration-section headline as it was using invalid asciidoc-syntax and was not shown correctly in the official documentation. --- docs/index.asciidoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/index.asciidoc b/docs/index.asciidoc index 44848a4..bc3c4bc 100644 --- a/docs/index.asciidoc +++ b/docs/index.asciidoc @@ -25,7 +25,7 @@ Every `polling_frequency`, it scans a folder containing json configuration files describing JVMs to monitor with metrics to retrieve. Then a pool of threads will retrieve metrics and create events. -## The configuration: +==== Configuration In Logstash configuration, you must set the polling frequency, the number of thread used to poll metrics and a directory absolute path containing @@ -154,4 +154,5 @@ Indicate interval between two jmx metrics retrieval [id="plugins-{type}s-{plugin}-common-options"] -include::{include_path}/{type}.asciidoc[] \ No newline at end of file +include::{include_path}/{type}.asciidoc[] +