You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 2, 2018. It is now read-only.
Hi,
I wanna change the facility name via variable.
For example;
<target name="GelfUdp" xsi:type="GelfUdp" facility="${var:facilityName}" remoteAddress="127.0.0.1" remotePort="12103" layout="${message}"> <parameter name="_errorId" layout="${var:errorid}" /> <parameter name="thread" layout="${threadid}" /> </target>I saw graylog in facility = ${var:facilityName} :)
Is there any way to do this?
Thanks.