]> granicus.if.org Git - icinga2/commitdiff
Update docs for ES 6 6219/head
authorJean Flach <jean-marcel.flach@icinga.com>
Wed, 11 Apr 2018 12:32:06 +0000 (14:32 +0200)
committerMichael Friedrich <michael.friedrich@icinga.com>
Tue, 17 Apr 2018 07:17:20 +0000 (09:17 +0200)
doc/14-features.md

index 2ee09a06a7b7a8f82b06a6d210ae60b516d54546..5e65cff00f24922437afc405095a9de1e87b432a 100644 (file)
@@ -403,7 +403,7 @@ The check results include parsed performance data metrics if enabled.
 
 > **Note**
 >
-> Elasticsearch 5.x is required. This feature has been successfully tested with Elasticsearch 5.6.4.
+> Elasticsearch 5.x or 6.x are required. This feature has been successfully tested with Elasticsearch 5.6.7 and 6.2.3.
 
 Enable the feature and restart Icinga 2.
 
@@ -433,12 +433,12 @@ Metric values are stored like this:
 
 The following characters are escaped in perfdata labels:
 
-  Character    | Escaped character
-  --------------|--------------------------
-  whitespace   | _
-  \            | _
-  /            | _
-  ::           | .
+  Character   | Escaped character
+  ------------|--------------------------
+  whitespace  | _
+  \           | _
+  /           | _
+  ::          | .
 
 Note that perfdata labels may contain dots (`.`) allowing to
 add more subsequent levels inside the tree.