We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72e798c commit 999bb83Copy full SHA for 999bb83
DependencyInjection/Configuration.php
@@ -83,6 +83,9 @@
83
* - id: optional if host is given
84
* - host: elastic search host name. Do not prepend with http(s)://
85
* - [port]: defaults to 9200
86
+ * - [transport]: transport protocol (http by default)
87
+ * - [user]: elastic search user name
88
+ * - [password]: elastic search user password
89
* - [index]: index name, defaults to monolog
90
* - [document_type]: document_type, defaults to logs
91
* - [level]: level name or int value, defaults to DEBUG
0 commit comments