<html><head></head><body><div>Hello.</div><div>I want to send Nginx log via syslog-ng to a server that Elasticsearch and Kibana installed on it. I'm a beginner and searched in Google but can't find a good tutorial. I want to know on Nginx server with syslog-ng installed is below config enough?</div><div><br></div><div><span><div>options { chain_hostnames(off); flush_lines(0); use_dns(no); use_fqdn(no);</div><div>          owner("root"); group("adm"); perm(0640); stats_freq(0);</div><div>          bad_hostname("^gconfd$");</div><div>};</div><div>source s_myfile {<br></div><div>    file("/var/log/nginx/access.log" follow_freq(1) flags(no-parse));</div><div>};</div><div>log { source(s_myfile); };<br></div></span><br></div><div>I'm thankful if anyone share advice.</div><div><br></div><div>Thank you.</div><div class="ydp2a4c7aaeyahoo-style-wrap" style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:16px;"></div></body></html>