Skip to content

Commit ac9b6f3

Browse files
committed
minor #307 Update Configuration Documentation for Elasticsearch (filkaris)
This PR was merged into the 3.x-dev branch. Discussion ---------- Update Configuration Documentation for Elasticsearch Related to #296 Elasticsearch host must not have (http://) or (https://) in the configuration, just the IP or the domain name. Otherwise an error is thrown that there is `No enabled connection` Commits ------- e5e728e Update Configuration Documentation for Elasticsearch
2 parents f51d377 + e5e728e commit ac9b6f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/Configuration.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
* - elasticsearch:
8282
* - elasticsearch:
8383
* - id: optional if host is given
84-
* - host: elastic search host name
84+
* - host: elastic search host name. Do not prepend with http(s)://
8585
* - [port]: defaults to 9200
8686
* - [index]: index name, defaults to monolog
8787
* - [document_type]: document_type, defaults to logs

0 commit comments

Comments
 (0)