<div dir="ltr">Hi,<div>I am trying to integrate the syslog-ng with isc-dhcpd service on my local machine(<b>Centos 7</b>)</div><div>In the dhcpd.conf I have updated the global section with </div><div><u><b>dhcpd.conf</b></u></div><div>    authoritative ;<br>   <b> log-facility local7;</b><br>    default-lease-time 3600;<br></div><div><br></div><div>In the <b>syslog-ng.conf</b> file at last I have updated like :</div><div>    destination dhcp { file("/var/log/dhcp.log"); };<br>     filter f_dhcp { facility(local7); };<br>     log { source(s_sys); filter(f_dhcp); destination(dhcp); };<br></div><div><br></div><div>After updating the above files restarted the services and it worked. I can see dhcp messages in </div><div>/var/log/dhcp.log file <br></div><div>---------------------------------------------------------</div><div> Now I am trying the various log-facility statements available for ISC dhcpd, from public forums I get the list like: auth, authpriv, cron, daemon, ftp, kern, local0 through local7, lpr, mail, mark, news, ntp, security, syslog, user and uucp are supportable but</div><div><br></div><div>--->Getting the dhcpd syntax error while using the params(<b>ntp, mark, security</b>)<br> [root@test tmp]# <b>dhcpd -t -cf dhcpdserver.conf</b></div>dhcpdTemplate.conf line 2: unknown value<br>log-facility mark;<br>              ^<br>dhcpdTemplate.conf line 2: expecting a parameter or declaration<br>log-facility mark;<br>                 ^<br>Configuration file errors encountered -- exiting<br>[root@

test tmp]#<div><br></div><div><u><b>File data:</b></u></div><div> [root@test tmp]#cat /tmp/

<b>dhcpdserver.conf</b>  <br>authoritative ;<br><b>log-facility mark  ;</b><br>default-lease-time 3600;<u><br></u></div><div><br></div><div>Do we have any exception cases with these parameters (<b>ntp, mark, security</b>)?or any problem with syslog-ng ?</div><div>Any help can be appreciated.Thanks in advance</div><div><br></div><div><br></div><div>Thanks</div><div>Surya</div></div>