Fix missing format sign

This commit is contained in:
Lorenz Kästle 2020-08-10 17:39:20 +02:00
parent 338d0aaa8c
commit fa09939aaf
1 changed files with 1 additions and 1 deletions

View File

@ -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).