Skip to content

Commit 1025c6d

Browse files
committed
Add options transport, user and password for Elasticsearch handler.
1 parent f9cc82e commit 1025c6d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Resources/config/schema/monolog-1.0.xsd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,5 +141,8 @@
141141
<xsd:attribute name="id" type="xsd:string" />
142142
<xsd:attribute name="host" type="xsd:string" />
143143
<xsd:attribute name="port" type="xsd:integer" />
144+
<xsd:attribute name="transport" type="xsd:string" />
145+
<xsd:attribute name="user" type="xsd:string" />
146+
<xsd:attribute name="password" type="xsd:string" />
144147
</xsd:complexType>
145148
</xsd:schema>

0 commit comments

Comments
 (0)