Skip to content

Commit

Permalink
minor #307 Update Configuration Documentation for Elasticsearch (filk…
Browse files Browse the repository at this point in the history
…aris)

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
  • Loading branch information
lyrixx committed Jun 11, 2019
2 parents f51d377 + e5e728e commit ac9b6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DependencyInjection/Configuration.php
Expand Up @@ -81,7 +81,7 @@
* - elasticsearch:
* - elasticsearch:
* - id: optional if host is given
* - host: elastic search host name
* - host: elastic search host name. Do not prepend with http(s)://
* - [port]: defaults to 9200
* - [index]: index name, defaults to monolog
* - [document_type]: document_type, defaults to logs
Expand Down

0 comments on commit ac9b6f3

Please sign in to comment.