Re: Nginx only sends hostname to syslog.

2017-02-08 Thread Maxim Dounin
Hello! On Wed, Feb 08, 2017 at 09:05:19AM +0100, B.R. via nginx wrote: > From what I read > , > 'host name' aka name of the host is a FQDN in the hostname.domain format ( > domain being able to have n level-s). Just quo

Re: Nginx only sends hostname to syslog.

2017-02-08 Thread B.R. via nginx
Correct me if I am wrong, since I probably will. >From what I read , 'host name' aka name of the host is a FQDN in the hostname.domain format ( domain being able to have n level-s). Thus, it seems that setting a FQDN as h

Re: Nginx only sends hostname to syslog.

2017-02-07 Thread Kai Stian Olstad
On 03.02.2017 13:58, Maxim Dounin wrote: Hello! On Fri, Feb 03, 2017 at 01:17:30PM +0100, Kai Stian Olstad wrote: To get the post data from Kibana I use Nginx as a proxy and have the following log format, log_format audit '$time_iso8601 "$remote_user" "$request_uri" "$request_body"'; and

Re: Nginx only sends hostname to syslog.

2017-02-03 Thread Maxim Dounin
Hello! On Fri, Feb 03, 2017 at 01:17:30PM +0100, Kai Stian Olstad wrote: > To get the post data from Kibana I use Nginx as a proxy and have the > following log format, > >log_format audit '$time_iso8601 "$remote_user" "$request_uri" > "$request_body"'; > > > and to send the log to syslog