Skip to content

Commit 999bb83

Browse files
authored
elasticsearch configuration example
Add user, password and transport for elasticsearch configuration example.
1 parent 72e798c commit 999bb83

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
@@ -83,6 +83,9 @@
8383
* - id: optional if host is given
8484
* - host: elastic search host name. Do not prepend with http(s)://
8585
* - [port]: defaults to 9200
86+
* - [transport]: transport protocol (http by default)
87+
* - [user]: elastic search user name
88+
* - [password]: elastic search user password
8689
* - [index]: index name, defaults to monolog
8790
* - [document_type]: document_type, defaults to logs
8891
* - [level]: level name or int value, defaults to DEBUG

0 commit comments

Comments
 (0)