From fa09939aaf45d45958b9070ade430f11d33d135a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20K=C3=A4stle?= <lorenz.kaestle@netways.de> Date: Mon, 10 Aug 2020 17:39:20 +0200 Subject: [PATCH] Fix missing format sign --- doc/14-features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/14-features.md b/doc/14-features.md index dc2262ef6..9835e723b 100644 --- a/doc/14-features.md +++ b/doc/14-features.md @@ -486,7 +486,7 @@ Enable the feature and restart Icinga 2. # icinga2 feature enable elasticsearch ``` -The default configuration expects an Elasticsearch instance running on `localhost` on port `9200 +The default configuration expects an Elasticsearch instance running on `localhost` on port `9200` and writes to an index called `icinga2`. More configuration details can be found [here](09-object-types.md#objecttype-elasticsearchwriter).