Skip to content

Commit 5e0fdd3

Browse files
committed
minor #352 elasticsearch configuration example (cmygeHm)
This PR was merged into the 3.x-dev branch. Discussion ---------- elasticsearch configuration example Add user, password and transport for elasticsearch configuration example. Commits ------- 999bb83 elasticsearch configuration example
2 parents 0bb4104 + 999bb83 commit 5e0fdd3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

DependencyInjection/Configuration.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@
8585
* - id: optional if host is given
8686
* - host: elastic search host name. Do not prepend with http(s)://
8787
* - [port]: defaults to 9200
88+
* - [transport]: transport protocol (http by default)
89+
* - [user]: elastic search user name
90+
* - [password]: elastic search user password
8891
* - [index]: index name, defaults to monolog
8992
* - [document_type]: document_type, defaults to logs
9093
* - [level]: level name or int value, defaults to DEBUG

0 commit comments

Comments
 (0)