I have install graylog2 docker successfully, and I can access the web interface http://localhost:9000/
docker run -t -p 9000:9000 -p 12201:12201 -p 12301:12301 -p 12302:12302 graylog2/allinone for nginx: I followed this guide, https://www.graylog.org/resource/content-pack/547b5021e4b0a06d87eea01e/ log_format graylog2_format '$remote_addr - $remote_user [$time_local] " $request" $status $body_bytes_sent "$http_referer" "$http_user_agent" " $http_x_forwarded_for" <msec=$msec|connection=$connection |connection_requests=$connection_requests|millis=$request_time>'; # replace the hostnames with the IP or hostname of your Graylog2 server access_log syslog:server=localhost:12301 graylog2_format; error_log syslog:server= localhost:12302; But I still not get any message from web interface, how to check this problem? -- You received this message because you are subscribed to the Google Groups "graylog2" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
